aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2000-05-05 18:12:53 +0000
committerMichael Snyder <msnyder@vmware.com>2000-05-05 18:12:53 +0000
commit3425c182982bf3458d0bc152c89117a6393a5196 (patch)
treea379f1682851ce6964e342c5feda3b7b03d1ebb2 /bfd/ChangeLog
parent318b21ef35b29746252ca0b6e998b305471ae01f (diff)
downloadgdb-3425c182982bf3458d0bc152c89117a6393a5196.zip
gdb-3425c182982bf3458d0bc152c89117a6393a5196.tar.gz
gdb-3425c182982bf3458d0bc152c89117a6393a5196.tar.bz2
2000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>
* elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1. * bfd-in.h: Prototype bfd_elf_get_arch_size. * bfd-in2.h: Prototype bfd_elf_get_arch_size.
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 4eb0fee..a5b3fc6 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-04 Michael Snyder <msnyder@seadog.cygnus.com>
+
+ * elf.c (bfd_elf_get_arch_size): New function, return 32 | 64 | -1.
+ * bfd-in.h: Prototype bfd_elf_get_arch_size.
+ * bfd-in2.h: Prototype bfd_elf_get_arch_size.
+
2000-05-04 Alan Modra <alan@linuxcare.com.au>
* libhppa.h (HPPA_R_CONSTANT): Cast argument to bfd_signed_vma.