aboutsummaryrefslogtreecommitdiff
path: root/include/elf/mips.h
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>2013-05-30 20:27:21 +0000
committerCatherine Moore <clm@redhat.com>2013-05-30 20:27:21 +0000
commit067ec077d717e716b0dba87b9ebfa25074cd5453 (patch)
tree025bdeefd51e1f2e1da85bc67fac21f1da30ce8e /include/elf/mips.h
parent4e993a190a2602ee03f2dbad245d0c074e9b2362 (diff)
downloadgdb-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 'include/elf/mips.h')
-rw-r--r--include/elf/mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/mips.h b/include/elf/mips.h
index 493bbfd..b5f7e1a 100644
--- a/include/elf/mips.h
+++ b/include/elf/mips.h
@@ -155,6 +155,7 @@ START_RELOC_NUMBERS (elf_mips_reloc_type)
mips-linux for exception-handling data. GCC stopped using it in
May, 2004, then started using it again for compact unwind tables. */
RELOC_NUMBER (R_MIPS_PC32, 248)
+ RELOC_NUMBER (R_MIPS_EH, 249)
/* FIXME: this relocation is used internally by gas. */
RELOC_NUMBER (R_MIPS_GNU_REL16_S2, 250)
/* These are GNU extensions to enable C++ vtable garbage collection. */