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/libbfd.h | |
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/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 41b453a..e35ff21 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -1904,6 +1904,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_CRIS_32_TPREL", "BFD_RELOC_CRIS_16_TPREL", "BFD_RELOC_CRIS_DTPMOD", + "BFD_RELOC_CRIS_32_IE", "BFD_RELOC_860_COPY", "BFD_RELOC_860_GLOB_DAT", "BFD_RELOC_860_JUMP_SLOT", |