diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5808ee5ce96..8734cffdd02 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-07 Mike Stump + + * config/pdp11/pdp11.c: Include dbxout.h. + * config/picochip/picochip.c: Likewise. + 2013-11-07 Cong Hou PR tree-optimization/56764 diff --git a/gcc/config/pdp11/pdp11.c b/gcc/config/pdp11/pdp11.c index a5658bfa06b..0a310c50d79 100644 --- a/gcc/config/pdp11/pdp11.c +++ b/gcc/config/pdp11/pdp11.c @@ -40,6 +40,7 @@ along with GCC; see the file COPYING3. If not see #include "target-def.h" #include "df.h" #include "opts.h" +#include "dbxout.h" /* this is the current value returned by the macro FIRST_PARM_OFFSET defined in tm.h */ diff --git a/gcc/config/picochip/picochip.c b/gcc/config/picochip/picochip.c index e8575ace160..f10d1cea830 100644 --- a/gcc/config/picochip/picochip.c +++ b/gcc/config/picochip/picochip.c @@ -60,6 +60,7 @@ along with GCC; see the file COPYING3. If not, see #include "timevar.h" /* For TV_SCHED2, in picochip_reorg. */ #include "libfuncs.h" /* For memcpy_libfuncs, etc. */ #include "df.h" /* For df_regs_ever_live_df_regs_ever_live_pp, etc. */ +#include "dbxout.h" /* Target AE ISA information. */