aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-04-14 17:08:31 +0000
committerIan Lance Taylor <ian@airs.com>1994-04-14 17:08:31 +0000
commit7efb18503dfcd9f6eb008d7e6d1819e9d4f57dd4 (patch)
treebdc944c599f52e0f68f908bd88addaa142a330a0 /bfd
parent63c5bb1e4b7addf7c283b9f4dea2ba80b0a251aa (diff)
downloadfsf-binutils-gdb-7efb18503dfcd9f6eb008d7e6d1819e9d4f57dd4.zip
fsf-binutils-gdb-7efb18503dfcd9f6eb008d7e6d1819e9d4f57dd4.tar.gz
fsf-binutils-gdb-7efb18503dfcd9f6eb008d7e6d1819e9d4f57dd4.tar.bz2
* reloc.c (bfd_reloc_code_real_type): Add BFD_RELOC_PCREL_HI16_S
and BFD_RELOC_PCREL_LO16. * bfd-in2.h: Rebuilt.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/bfd-in2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 39388eb..997abcd 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1349,6 +1349,10 @@ typedef enum bfd_reloc_code_real
BFD_RELOC_HI16_S,
/* Low 16 bits. */
BFD_RELOC_LO16,
+ /* Like BFD_RELOC_HI16_S, but PC relative. */
+ BFD_RELOC_PCREL_HI16_S,
+ /* Like BFD_RELOC_LO16, but PC relative. */
+ BFD_RELOC_PCREL_LO16,
/* relocation relative to the global pointer. */
#define BFD_RELOC_MIPS_GPREL BFD_RELOC_GPREL16