diff options
author | Catherine Moore <clm@redhat.com> | 2013-05-30 20:27:21 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2013-05-30 20:27:21 +0000 |
commit | 067ec077d717e716b0dba87b9ebfa25074cd5453 (patch) | |
tree | 025bdeefd51e1f2e1da85bc67fac21f1da30ce8e /bfd/libbfd.h | |
parent | 4e993a190a2602ee03f2dbad245d0c074e9b2362 (diff) | |
download | gdb-067ec077d717e716b0dba87b9ebfa25074cd5453.zip gdb-067ec077d717e716b0dba87b9ebfa25074cd5453.tar.gz gdb-067ec077d717e716b0dba87b9ebfa25074cd5453.tar.bz2 |
2013-05-30 Paul Brook <paul@codesourcery.com>
bfd/
* bfd-in2.h: Regenerate.
* elf32-mips.c (elf_mips_eh_howto): New.
(bfd_elf32_bfd_reloc_type_lookup ): Support BFD_RELOC_MIPS_EH.
(bfd_elf32_bfd_reloc_name_lookup): Likewise.
(mips_elf32_rtype_to_howto): Support R_MIPS_EH.
* elf64-mips.c (elf_mips_eh_howto): New.
(bfd_elf64_bfd_reloc_type_lookup): Support BFD_RELOC_MIPS_EH.
(bfd_elf64_bfd_reloc_name_lookup): Likewise.
(mips_elf64_rtype_to_howto): Support R_MIPS_EH.
* libbfd.h: Regenerate.
* reloc.c (BFD_RELOC_MIPS_EH): New.
gas/
* config/tc-mips.c (md_apply_fix): Support BFD_RELOC_MIPS_EH.
include/elf
* mips.h (R_MIPS_EH): New.
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 c0006bf..9450729 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -1187,6 +1187,7 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", "BFD_RELOC_MICROMIPS_TLS_TPREL_HI16", "BFD_RELOC_MIPS_TLS_TPREL_LO16", "BFD_RELOC_MICROMIPS_TLS_TPREL_LO16", + "BFD_RELOC_MIPS_EH", "BFD_RELOC_MIPS_COPY", "BFD_RELOC_MIPS_JUMP_SLOT", |