aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-13 22:08:52 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-13 22:08:52 +0000
commite9f03cd4509f74e4ffbfb11878149d4b31401923 (patch)
tree834a17e17034d88354ebba1061757baf684b19f0 /bfd/bfd-in2.h
parent9cb8a981e9c0ebe02acfecb366032cc6a2dad7a8 (diff)
downloadgdb-e9f03cd4509f74e4ffbfb11878149d4b31401923.zip
gdb-e9f03cd4509f74e4ffbfb11878149d4b31401923.tar.gz
gdb-e9f03cd4509f74e4ffbfb11878149d4b31401923.tar.bz2
* reloc.c (BFD_RELOC_MIPS_GOT_HI16): Define.
(BFD_RELOC_MIPS_GOT_LO16): Define. * bfd-in2.h, libbfd.h: Rebuild. * elf32-mips.c (mips_reloc_map): Map new relocs.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index cd3785a..c19551a 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1523,7 +1523,9 @@ relocation types already defined. */
BFD_RELOC_SPARC_WDISP16,
BFD_RELOC_SPARC_WDISP19,
BFD_RELOC_SPARC_GLOB_JMP,
- BFD_RELOC_SPARC_LO7,
+ BFD_RELOC_SPARC_7,
+ BFD_RELOC_SPARC_6,
+ BFD_RELOC_SPARC_5,
/* Alpha ECOFF relocations. Some of these treat the symbol or "addend"
in some special way.
@@ -1598,6 +1600,8 @@ to compensate for the borrow when the low bits are added. */
BFD_RELOC_MIPS_GOT16,
BFD_RELOC_MIPS_CALL16,
#define BFD_RELOC_MIPS_GPREL32 BFD_RELOC_GPREL32
+ BFD_RELOC_MIPS_GOT_HI16,
+ BFD_RELOC_MIPS_GOT_LO16,
/* i386/elf relocations */
BFD_RELOC_386_GOT32,