diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2016-11-16 10:06:44 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2016-11-16 10:06:44 +0000 |
commit | 3623815a51c6c546a550c703d393f3335daa2c2c (patch) | |
tree | 36983f10fd21f090ed53543d826890eefd8aeafc /gcc | |
parent | f857b8ef2f134eae71518b15bbfd1d998537ee2b (diff) | |
download | gcc-3623815a51c6c546a550c703d393f3335daa2c2c.zip gcc-3623815a51c6c546a550c703d393f3335daa2c2c.tar.gz gcc-3623815a51c6c546a550c703d393f3335daa2c2c.tar.bz2 |
Fix pdp11 build
Needed this to test the effect of the SVE patches on other targets.
gcc/
* config/pdp11/pdp11.c: Include dbxout.h.
From-SVN: r242474
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/pdp11/pdp11.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 542d3a0..d1118fa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2016-11-16 Richard Sandiford <richard.sandiford@arm.com> + * config/pdp11/pdp11.c: Include dbxout.h. + +2016-11-16 Richard Sandiford <richard.sandiford@arm.com> + * config/arc/arc.c (arc_loop_hazard): Add missing brackets. 2016-11-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com> diff --git a/gcc/config/pdp11/pdp11.c b/gcc/config/pdp11/pdp11.c index 1dc3eef..8e2de14 100644 --- a/gcc/config/pdp11/pdp11.c +++ b/gcc/config/pdp11/pdp11.c @@ -39,6 +39,7 @@ along with GCC; see the file COPYING3. If not see #include "calls.h" #include "expr.h" #include "builtins.h" +#include "dbxout.h" /* This file should be included last. */ #include "target-def.h" |