pdp11.c: Include dbxout.h.
authorMike Stump <mikestump@comcast.net>
Thu, 7 Nov 2013 19:35:03 +0000 (19:35 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 7 Nov 2013 19:35:03 +0000 (19:35 +0000)
* config/pdp11/pdp11.c: Include dbxout.h.
* config/picochip/picochip.c: Likewise.

From-SVN: r204539

gcc/ChangeLog
gcc/config/pdp11/pdp11.c
gcc/config/picochip/picochip.c

index 5808ee5..8734cff 100644 (file)
@@ -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
index a5658bf..0a310c5 100644 (file)
@@ -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 */
index e8575ac..f10d1ce 100644 (file)
@@ -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"
 \f
 
 /* Target AE ISA information. */