diff options
author | DJ Delorie <dj@redhat.com> | 2002-12-20 21:13:19 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2002-12-20 21:13:19 +0000 |
commit | 5fd63999813544012111697f77f3b4c87b91a1a8 (patch) | |
tree | 159a6da8b0b87b36e071250d62327a20f0f24ca1 /bfd/bfd-in2.h | |
parent | 9579e000174ef881b7c0db330757b7b69409e751 (diff) | |
download | gdb-5fd63999813544012111697f77f3b4c87b91a1a8.zip gdb-5fd63999813544012111697f77f3b4c87b91a1a8.tar.gz gdb-5fd63999813544012111697f77f3b4c87b91a1a8.tar.bz2 |
* reloc.c: Add BFD_RELOC_XSTORMY16_12.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.
* elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
(xstormy16_reloc_map): Add R_XSTORMY16_12.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 60b7b51..d010632 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -3237,6 +3237,7 @@ to follow the 16K memory bank of 68HC12 (seen as mapped in the window). */ /* Sony Xstormy16 Relocations. */ BFD_RELOC_XSTORMY16_REL_12, + BFD_RELOC_XSTORMY16_12, BFD_RELOC_XSTORMY16_24, BFD_RELOC_XSTORMY16_FPTR16, |