Commit f6de942e by Mike Stump Committed by Mike Stump

pdp11.c: Include dbxout.h.

	* config/pdp11/pdp11.c: Include dbxout.h.
	* config/picochip/picochip.c: Likewise.

From-SVN: r204539
parent a05a89fa
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> 2013-11-07 Cong Hou <congh@google.com>
PR tree-optimization/56764 PR tree-optimization/56764
...@@ -40,6 +40,7 @@ along with GCC; see the file COPYING3. If not see ...@@ -40,6 +40,7 @@ along with GCC; see the file COPYING3. If not see
#include "target-def.h" #include "target-def.h"
#include "df.h" #include "df.h"
#include "opts.h" #include "opts.h"
#include "dbxout.h"
/* this is the current value returned by the macro FIRST_PARM_OFFSET /* this is the current value returned by the macro FIRST_PARM_OFFSET
defined in tm.h */ defined in tm.h */
......
...@@ -60,6 +60,7 @@ along with GCC; see the file COPYING3. If not, see ...@@ -60,6 +60,7 @@ along with GCC; see the file COPYING3. If not, see
#include "timevar.h" /* For TV_SCHED2, in picochip_reorg. */ #include "timevar.h" /* For TV_SCHED2, in picochip_reorg. */
#include "libfuncs.h" /* For memcpy_libfuncs, etc. */ #include "libfuncs.h" /* For memcpy_libfuncs, etc. */
#include "df.h" /* For df_regs_ever_live_df_regs_ever_live_pp, etc. */ #include "df.h" /* For df_regs_ever_live_df_regs_ever_live_pp, etc. */
#include "dbxout.h"
/* Target AE ISA information. */ /* Target AE ISA information. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment