aboutsummaryrefslogtreecommitdiff
path: root/bfd/reloc.c
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/reloc.c
parentd1cf510e5e1ab5cb49de51ae96ef011ec0ab7510 (diff)
downloadfsf-binutils-gdb-c2feb6641823cb1391685144614f51d530f2967e.zip
fsf-binutils-gdb-c2feb6641823cb1391685144614f51d530f2967e.tar.gz
fsf-binutils-gdb-c2feb6641823cb1391685144614f51d530f2967e.tar.bz2
Add MIPS ELF64 relocs
Diffstat (limited to 'bfd/reloc.c')
-rw-r--r--bfd/reloc.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c
index 5823a23..4fcab60 100644
--- a/bfd/reloc.c
+++ b/bfd/reloc.c
@@ -2037,6 +2037,28 @@ ENUMX
BFD_RELOC_MIPS_GOT_OFST
ENUMX
BFD_RELOC_MIPS_GOT_DISP
+ENUMX
+ BFD_RELOC_MIPS_SHIFT5
+ENUMX
+ BFD_RELOC_MIPS_SHIFT6
+ENUMX
+ BFD_RELOC_MIPS_INSERT_A
+ENUMX
+ BFD_RELOC_MIPS_INSERT_B
+ENUMX
+ BFD_RELOC_MIPS_DELETE
+ENUMX
+ BFD_RELOC_MIPS_HIGHEST
+ENUMX
+ BFD_RELOC_MIPS_HIGHER
+ENUMX
+ BFD_RELOC_MIPS_SCN_DISP
+ENUMX
+ BFD_RELOC_MIPS_REL16
+ENUMX
+ BFD_RELOC_MIPS_RELGOT
+ENUMX
+ BFD_RELOC_MIPS_JALR
COMMENT
ENUMDOC
MIPS ELF relocations.