diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2008-12-20 00:26:36 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2008-12-20 00:26:36 +0000 |
commit | 75f500d75df62c224a9052c1060c1af748f1c9aa (patch) | |
tree | 1da353c4dd8d2a0b2e524f99efa70dc3e8b8fdca /bfd/reloc.c | |
parent | 7a0cc8edf50e07fd6dccb575bf6cbfe151d9a8b4 (diff) | |
download | gdb-75f500d75df62c224a9052c1060c1af748f1c9aa.zip gdb-75f500d75df62c224a9052c1060c1af748f1c9aa.tar.gz gdb-75f500d75df62c224a9052c1060c1af748f1c9aa.tar.bz2 |
* elf32-cris.c (cris_elf_howto_table): Add entry for R_CRIS_32_IE.
(cris_reloc_map): Similarly.
(cris_elf_relocate_section, cris_elf_gc_sweep_hook)
(cris_elf_check_relocs): Handle R_CRIS_32_IE.
* reloc.c (bfd_reloc_code_type): Add entry for R_CRIS_32_IE.
* bfd-in2.h, libbfd.h: Regenerate.
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r-- | bfd/reloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index d1f1f4d..6269340 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -4746,6 +4746,8 @@ ENUMX BFD_RELOC_CRIS_16_TPREL ENUMX BFD_RELOC_CRIS_DTPMOD +ENUMX + BFD_RELOC_CRIS_32_IE ENUMDOC Relocs used in TLS code for CRIS. |