aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-05-23 17:36:38 +0000
committerNick Clifton <nickc@redhat.com>2001-05-23 17:36:38 +0000
commitc2feb6641823cb1391685144614f51d530f2967e (patch)
treef8ca08ba2173da5250e7767b987da6b0617494e7 /bfd/libbfd.h
parentd1cf510e5e1ab5cb49de51ae96ef011ec0ab7510 (diff)
downloadgdb-c2feb6641823cb1391685144614f51d530f2967e.zip
gdb-c2feb6641823cb1391685144614f51d530f2967e.tar.gz
gdb-c2feb6641823cb1391685144614f51d530f2967e.tar.bz2
Add MIPS ELF64 relocs
Diffstat (limited to 'bfd/libbfd.h')
-rw-r--r--bfd/libbfd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h
index 9ce8e57..5b02d6f 100644
--- a/bfd/libbfd.h
+++ b/bfd/libbfd.h
@@ -731,6 +731,17 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
"BFD_RELOC_MIPS_GOT_PAGE",
"BFD_RELOC_MIPS_GOT_OFST",
"BFD_RELOC_MIPS_GOT_DISP",
+ "BFD_RELOC_MIPS_SHIFT5",
+ "BFD_RELOC_MIPS_SHIFT6",
+ "BFD_RELOC_MIPS_INSERT_A",
+ "BFD_RELOC_MIPS_INSERT_B",
+ "BFD_RELOC_MIPS_DELETE",
+ "BFD_RELOC_MIPS_HIGHEST",
+ "BFD_RELOC_MIPS_HIGHER",
+ "BFD_RELOC_MIPS_SCN_DISP",
+ "BFD_RELOC_MIPS_REL16",
+ "BFD_RELOC_MIPS_RELGOT",
+ "BFD_RELOC_MIPS_JALR",
"BFD_RELOC_386_GOT32",
"BFD_RELOC_386_PLT32",