diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-19 01:58:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-19 01:58:53 +0000 |
commit | 0171ee92b2f4558a80ddd1cc417ba22973f3a7e1 (patch) | |
tree | ee21296626028ebd7522a125295304ca11c0402a /bfd/ChangeLog | |
parent | 062b7c0c141b6d28a037c6acf3a822539e701827 (diff) | |
download | gdb-0171ee92b2f4558a80ddd1cc417ba22973f3a7e1.zip gdb-0171ee92b2f4558a80ddd1cc417ba22973f3a7e1.tar.gz gdb-0171ee92b2f4558a80ddd1cc417ba22973f3a7e1.tar.bz2 |
* coff-h8300.c: Include libiberty.h.
(h8300_reloc16_extra_cases): Check the hash table creator before
referencing h8300 specific fields. Stash the hash table pointer
in a local var. Comment typo fixes.
(h8300_bfd_link_add_symbols): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ae1ef6e..eca3b3b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2002-12-19 Alan Modra <amodra@bigpond.net.au> + * coff-h8300.c: Include libiberty.h. + (h8300_reloc16_extra_cases): Check the hash table creator before + referencing h8300 specific fields. Stash the hash table pointer + in a local var. Comment typo fixes. + (h8300_bfd_link_add_symbols): Likewise. + * bfd/reloc.c (struct reloc_howto_struct): Revise src_mask and dst_mask comments. * bfd-in2.h: Regenerate. |