diff options
author | Mike Stump <mikestump@comcast.net> | 2013-11-07 19:35:03 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-11-07 19:35:03 +0000 |
commit | f6de942eeb7bcb3c57cecd29af212f3e3e39593b (patch) | |
tree | c502365cd2ac7c6e270e1ad4d7fbd38612493b3e /gcc | |
parent | a05a89fa702b1614c871153f5c067dfc08e457b0 (diff) | |
download | gcc-f6de942eeb7bcb3c57cecd29af212f3e3e39593b.zip gcc-f6de942eeb7bcb3c57cecd29af212f3e3e39593b.tar.gz gcc-f6de942eeb7bcb3c57cecd29af212f3e3e39593b.tar.bz2 |
pdp11.c: Include dbxout.h.
* config/pdp11/pdp11.c: Include dbxout.h.
* config/picochip/picochip.c: Likewise.
From-SVN: r204539
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/pdp11/pdp11.c | 1 | ||||
-rw-r--r-- | gcc/config/picochip/picochip.c | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5808ee5c..8734cff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-11-07 Mike Stump <mikestump@comcast.net> + + * config/pdp11/pdp11.c: Include dbxout.h. + * config/picochip/picochip.c: Likewise. + 2013-11-07 Cong Hou <congh@google.com> PR tree-optimization/56764 diff --git a/gcc/config/pdp11/pdp11.c b/gcc/config/pdp11/pdp11.c index a5658bf..0a310c5 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 e8575ac..f10d1ce 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. */ |