aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2007-06-27 11:54:10 +0000
committerAlan Modra <amodra@gmail.com>2007-06-27 11:54:10 +0000
commitcc481421d02b8d2b7881bdf12e469e23aa9021e7 (patch)
tree14bdb219306b20261e61e055a241c23291c4a7f8 /binutils/ChangeLog
parent4105de343e714e0096723905ada442f1524776a6 (diff)
downloadgdb-cc481421d02b8d2b7881bdf12e469e23aa9021e7.zip
gdb-cc481421d02b8d2b7881bdf12e469e23aa9021e7.tar.gz
gdb-cc481421d02b8d2b7881bdf12e469e23aa9021e7.tar.bz2
bfd/
* bfd.c (struct bfd): Rename "next" to "archive_next". * archive.c: Rename uses throughout file. * archive64.c: Likewise. * coff-rs6000.c: Likewise. * ecoff.c: Likewise. * som.c: Likewise. * bfd-in2.h: Regenerate. binutils/ * ar.c: Rename uses of bfd.next to bfd.archive_next throughout. * arsup.c: Likewise. * binemul.c: Likewise. * objcopy.c: Likewise. * dlltool.c: Likewise. ld/ * pe-dll.c: Rename uses of bfd.next to bfd.archive_next throughout.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d5a6c5c..050b416 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2007-06-27 Alan Modra <amodra@bigpond.net.au>
+
+ * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
+ * arsup.c: Likewise.
+ * binemul.c: Likewise.
+ * objcopy.c: Likewise.
+ * dlltool.c: Likewise.
+
2007-06-26 Shantonu Sen <ssen@apple.com>
PR binutils/4693