diff options
author | DJ Delorie <dj@redhat.com> | 2002-12-17 03:54:15 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-12-17 03:54:15 +0000 |
commit | 46f2b5418fa033d9a9e1d8ceb1ff8e673c1addc3 (patch) | |
tree | 47f74964ccceb354869c8023baa4d04e19cb8eb7 /bfd/ChangeLog | |
parent | 9b700aad366dceee82141afc69b6ee69802b90c9 (diff) | |
download | gdb-46f2b5418fa033d9a9e1d8ceb1ff8e673c1addc3.zip gdb-46f2b5418fa033d9a9e1d8ceb1ff8e673c1addc3.tar.gz gdb-46f2b5418fa033d9a9e1d8ceb1ff8e673c1addc3.tar.bz2 |
* elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
and R_XSTORMY16_HI16) howto entries.
(xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
(xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
determine the start of the second reloc table.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index caf4d04..1ac7d7b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2002-12-16 Andrew MacLeod <amacleod@redhat.com> + + * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16 + and R_XSTORMY16_HI16) howto entries. + (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16. + (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to + determine the start of the second reloc table. + 2002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu> * ecofflink.c: Fix the reading of the debugging information |