aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@arm.com>2016-11-16 10:06:44 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2016-11-16 10:06:44 +0000
commit3623815a51c6c546a550c703d393f3335daa2c2c (patch)
tree36983f10fd21f090ed53543d826890eefd8aeafc /gcc/ChangeLog
parentf857b8ef2f134eae71518b15bbfd1d998537ee2b (diff)
downloadgcc-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/ChangeLog')
-rw-r--r--gcc/ChangeLog4
1 files changed, 4 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>