aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2001-12-18 11:47:59 +0000
committerJakub Jelinek <jakub@redhat.com>2001-12-18 11:47:59 +0000
commit53c3f2bec7ea5f00b3119b817f80d557230d47dc (patch)
tree66bd1a83b1ec518e509eaf9e290481986784fcaa /bfd/ChangeLog
parent351d03c5e6357200833b04926d3bccebaef668fe (diff)
downloadgdb-53c3f2bec7ea5f00b3119b817f80d557230d47dc.zip
gdb-53c3f2bec7ea5f00b3119b817f80d557230d47dc.tar.gz
gdb-53c3f2bec7ea5f00b3119b817f80d557230d47dc.tar.bz2
* elf-strtab.c (struct elf_strtab_hash_entry): Add u.next.
(last_eq): Remove. (_bfd_elf_strtab_finalize): Don't use a hash table for last character chains, instead use an array.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 779ce53..1ce2521 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-18 Jakub Jelinek <jakub@redhat.com>
+
+ * elf-strtab.c (struct elf_strtab_hash_entry): Add u.next.
+ (last_eq): Remove.
+ (_bfd_elf_strtab_finalize): Don't use a hash table for last
+ character chains, instead use an array.
+
2001-12-18 Jason Thorpe <thorpej@wasabisystems.com>
* elf.c (elfcore_netbsd_get_lwpid): New function.