diff options
author | Nick Clifton <nickc@redhat.com> | 2001-05-23 17:36:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-05-23 17:36:38 +0000 |
commit | c2feb6641823cb1391685144614f51d530f2967e (patch) | |
tree | f8ca08ba2173da5250e7767b987da6b0617494e7 /bfd/bfd-in2.h | |
parent | d1cf510e5e1ab5cb49de51ae96ef011ec0ab7510 (diff) | |
download | gdb-c2feb6641823cb1391685144614f51d530f2967e.zip gdb-c2feb6641823cb1391685144614f51d530f2967e.tar.gz gdb-c2feb6641823cb1391685144614f51d530f2967e.tar.bz2 |
Add MIPS ELF64 relocs
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index b99cfcb..2370fc8 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2080,6 +2080,17 @@ to compensate for the borrow when the low bits are added. */ 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, /* i386/elf relocations */ |