aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2019-09-23 10:08:33 +0930
committerAlan Modra <amodra@gmail.com>2019-09-23 10:27:21 +0930
commit6ea7de3237f0780065e6c17cd2d123792410c16b (patch)
tree8da7d99233218e9e42c9ff5c1a438751fa553adb /ld/ChangeLog
parentcoff bfd.h tidy (diff)
downloadbinutils-gdb-6ea7de3237f0780065e6c17cd2d123792410c16b.tar.gz
binutils-gdb-6ea7de3237f0780065e6c17cd2d123792410c16b.tar.bz2
binutils-gdb-6ea7de3237f0780065e6c17cd2d123792410c16b.zip
xcoff bfd.h tidy
bfd/ * bfd-in.h: Move xcoff function declarations.. * xcofflink.h: ..to here, new file. * xcofflink.c: Include xcofflink.h. * coff-rs6000.c (bfd_xcoff_ar_archive_set_magic): Delete unused func. * bfd-in2.h: Regenerate. ld/ * emultempl/aix.em: Include xcofflink.h.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f0fcd202e9d..5a20bf06ccd 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2019-09-23 Alan Modra <amodra@gmail.com>
+ * emultempl/aix.em: Include xcofflink.h.
+
+2019-09-23 Alan Modra <amodra@gmail.com>
+
* emultempl/armelf.em: Include elf32-arm.h.
* emultempl/pe.em: Move func defines later and include coff-arm.h.