aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-09-30 18:27:36 +0930
committerAlan Modra <amodra@gmail.com>2016-10-01 00:37:26 +0930
commit92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9 (patch)
treee5ea2344ff56cc47c36c2de057dc30f34f1e0636 /bfd/ChangeLog
parent744ce3025e82a59c13642c57e38febd8ff531f9b (diff)
downloadgdb-92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9.zip
gdb-92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9.tar.gz
gdb-92c6e4fe5d6f30a24fe15795a6a3b25afd0b24c9.tar.bz2
Add missing dependencies to BFD_H_FILES
* Makefile.am (BFD_H_FILES): Add linker.c and simple.c. Sort as per comment at head of bfd-in2.h. * Makefile.in: Regenerate.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 08ddf83..e54585a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2016-09-30 Alan Modra <amodra@gmail.com>
+ * Makefile.am (BFD_H_FILES): Add linker.c and simple.c. Sort
+ as per comment at head of bfd-in2.h.
+ * Makefile.in: Regenerate.
+
+2016-09-30 Alan Modra <amodra@gmail.com>
+
* aout-adobe.c: Replace (*_bfd_error_handler) (...) with
_bfd_error_handler (...) throughout.
* aout-cris.c, * aoutx.h, * archive.c, * bfd.c, * binary.c,