diff options
author | Alan Modra <amodra@gmail.com> | 2007-09-19 12:08:34 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-09-19 12:08:34 +0000 |
commit | a69898aad0d92d44881d16b6d5d835c3af53b9c1 (patch) | |
tree | 9d84644dcc2c6a865c3d475b1193ee1020a013a1 /bfd/ChangeLog | |
parent | 4dcdce139ffe08fec50cd24e688c3e0e21d545c1 (diff) | |
download | gdb-a69898aad0d92d44881d16b6d5d835c3af53b9c1.zip gdb-a69898aad0d92d44881d16b6d5d835c3af53b9c1.tar.gz gdb-a69898aad0d92d44881d16b6d5d835c3af53b9c1.tar.bz2 |
* bfd-in.h (bfd_hash_insert): Declare.
* bfd-in2.h: Regenerate.
* hash.c (bfd_hash_insert): New function. Split out from..
(bfd_hash_lookup): ..here.
* merge.c (sec_merge_hash_lookup): Use bfd_hash_insert.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 76d7bbb..279e70e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2007-09-19 Alan Modra <amodra@bigpond.net.au> + Doug Kwan <dougkwan@google.com> + + * bfd-in.h (bfd_hash_insert): Declare. + * bfd-in2.h: Regenerate. + * hash.c (bfd_hash_insert): New function. Split out from.. + (bfd_hash_lookup): ..here. + * merge.c (sec_merge_hash_lookup): Use bfd_hash_insert. + 2007-09-18 Alan Modra <amodra@bigpond.net.au> * elf.c (bfd_section_from_shdr): Check bfd_alloc return. |