projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63c5bb1
)
* reloc.c (bfd_reloc_code_real_type): Add BFD_RELOC_PCREL_HI16_S
author
Ian Lance Taylor
<ian@airs.com>
Thu, 14 Apr 1994 17:08:31 +0000
(17:08 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 14 Apr 1994 17:08:31 +0000
(17:08 +0000)
and BFD_RELOC_PCREL_LO16.
* bfd-in2.h: Rebuilt.
bfd/bfd-in2.h
patch
|
blob
|
history
diff --git
a/bfd/bfd-in2.h
b/bfd/bfd-in2.h
index 39388ebab8bbee44fa656465583f48c3fa5ba34c..997abcd29021ca4d1cf29dc60fd972cb8175eae0 100644
(file)
--- 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