aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-05-03 17:49:49 +0000
committerNick Clifton <nickc@redhat.com>2001-05-03 17:49:49 +0000
commit966b3e0b90bc1b950a84eb85d36f38229a2c19b6 (patch)
tree9c06ebabef74d03539fb1bab7f30e13f0af3ade9 /bfd/ChangeLog
parent31e28849ee4ab5a72c38308c8a17233a1d0c58da (diff)
downloadgdb-966b3e0b90bc1b950a84eb85d36f38229a2c19b6.zip
gdb-966b3e0b90bc1b950a84eb85d36f38229a2c19b6.tar.gz
gdb-966b3e0b90bc1b950a84eb85d36f38229a2c19b6.tar.bz2
Compute value of _bfd_target_vector_entries based on the size of
_bfd_target_vector and not bfd_target_vector.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 85055bf..3aa478f 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-03 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * targets.c (_bfd_target_vector_entries): Compute value based on
+ the size of the _bfd_target_vector and not bfd_target_vector.
+
2001-05-03 H.J. Lu <hjl@gnu.org>
* elfcode.h: Include "libiberty.h".