Fix pdp11 build
authorRichard Sandiford <richard.sandiford@arm.com>
Wed, 16 Nov 2016 10:06:44 +0000 (10:06 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 16 Nov 2016 10:06:44 +0000 (10:06 +0000)
Needed this to test the effect of the SVE patches on other targets.

gcc/
* config/pdp11/pdp11.c: Include dbxout.h.

From-SVN: r242474

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

index 542d3a0..d1118fa 100644 (file)
@@ -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>
index 1dc3eef..8e2de14 100644 (file)
@@ -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"