aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-02-07 23:16:22 +0000
committerNick Clifton <nickc@redhat.com>2001-02-07 23:16:22 +0000
commit7340082dc8d4b1fcd14f6d18fc0086fdae31d556 (patch)
tree93c292ba0787e54e9ce8723f47602adb16e17c30 /binutils/ChangeLog
parent4d6ed7c8cea13961e6c4bd3425dd679eb44ebc34 (diff)
downloadgdb-7340082dc8d4b1fcd14f6d18fc0086fdae31d556.zip
gdb-7340082dc8d4b1fcd14f6d18fc0086fdae31d556.tar.gz
gdb-7340082dc8d4b1fcd14f6d18fc0086fdae31d556.tar.bz2
Change bfd_target_vector from an array to a pointer
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 7e87668..6efff5c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-07 Todd Vierling <tv@wasabisystems.com>
+
+ * bucomm.c (bfd_target_vector): Change extern array to pointer.
+ * objdump.c (bfd_target_vector): Likewise.
+
2001-02-07 David Mosberger <davidm@hpl.hp.com>
* readelf.c (process_unwind): New function.
@@ -12,6 +17,7 @@
* unwind-ia64.h: New file.
* Makefile.am: Include unwind-ia64.c in readelf build.
* Makefile.in: Regenerate.
+ * po/binutils.pot: Regenerate.
2001-02-04 Philip Blundell <philb@gnu.org>