diff options
author | Jeff Law <law@redhat.com> | 2001-09-04 17:29:36 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-09-04 17:29:36 +0000 |
commit | a00c9dbc1814ec1afa52ffdd1c519de993bf53a2 (patch) | |
tree | 606d60b102baa0583b8de4e60cfc7d8e4706e26a /bfd/ChangeLog | |
parent | 8227b51f45a9af1204a14a8bd39e6f9d97852051 (diff) | |
download | gdb-a00c9dbc1814ec1afa52ffdd1c519de993bf53a2.zip gdb-a00c9dbc1814ec1afa52ffdd1c519de993bf53a2.tar.gz gdb-a00c9dbc1814ec1afa52ffdd1c519de993bf53a2.tar.bz2 |
* elf32-h8300.c (special): New function.
(h8_elf_howto_table): Use it for SPECIAL_FUNCTION field in
all relocations.
(elf32_h8_final_link_relocate): Treat R_H8_DIR24A8 like 32bit
relocations. Fix problems with the true 24bit reloc R_H8_DIR24R8.
Fix minor problems with 8bit and 16bit PC relative relocations.
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 b567576..d7d454a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +2001-09-04 Jeff Law <law@redhat.com> + + * elf32-h8300.c (special): New function. + (h8_elf_howto_table): Use it for SPECIAL_FUNCTION field in + all relocations. + (elf32_h8_final_link_relocate): Treat R_H8_DIR24A8 like 32bit + relocations. Fix problems with the true 24bit reloc R_H8_DIR24R8. + Fix minor problems with 8bit and 16bit PC relative relocations. + 2001-09-01 Andreas Jaeger <aj@suse.de> * vms-tir.c: Add missing prototypes. |