From 3623815a51c6c546a550c703d393f3335daa2c2c Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 16 Nov 2016 10:06:44 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 4 ++++ gcc/config/pdp11/pdp11.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 542d3a0fbec..d1118fa8356 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-11-16 Richard Sandiford + + * config/pdp11/pdp11.c: Include dbxout.h. + 2016-11-16 Richard Sandiford * config/arc/arc.c (arc_loop_hazard): Add missing brackets. diff --git a/gcc/config/pdp11/pdp11.c b/gcc/config/pdp11/pdp11.c index 1dc3eefab30..8e2de1452ba 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" -- 2.30.2