aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-02-14 01:36:01 +0000
committerIan Lance Taylor <ian@airs.com>1996-02-14 01:36:01 +0000
commitb7384d226b8ae23d87d4afc7ffc04ca68ec9d7b4 (patch)
tree9220841a786ba4c78c688b89c524ef7cb84b3331 /bfd/bfd-in2.h
parente9f03cd4509f74e4ffbfb11878149d4b31401923 (diff)
downloadgdb-b7384d226b8ae23d87d4afc7ffc04ca68ec9d7b4.zip
gdb-b7384d226b8ae23d87d4afc7ffc04ca68ec9d7b4.tar.gz
gdb-b7384d226b8ae23d87d4afc7ffc04ca68ec9d7b4.tar.bz2
Add reloc.c entries MIPS_CALL_HI16/MIPS_CALL_LO16.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index c19551a..c5ea215 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1602,6 +1602,8 @@ to compensate for the borrow when the low bits are added. */
#define BFD_RELOC_MIPS_GPREL32 BFD_RELOC_GPREL32
BFD_RELOC_MIPS_GOT_HI16,
BFD_RELOC_MIPS_GOT_LO16,
+ BFD_RELOC_MIPS_CALL_HI16,
+ BFD_RELOC_MIPS_CALL_LO16,
/* i386/elf relocations */
BFD_RELOC_386_GOT32,