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 542d3a0fbec70aaab7243f54961d8cdef40f421b..d1118fa8356fb5d64ffb538ccb02d642f86d17b2 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 1dc3eefab30127a7f11e7b1091c39d94e4c7210f..8e2de1452ba1418e4420fddf409760bad858c62e 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"