summaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1999-11-28 03:26:42 +0000
committerMichael Meissner <gnu@the-meissners.org>1999-11-28 03:26:42 +0000
commit412a23a38d7575c474c5690f35fd8156ed398b1c (patch)
treed0e2746a40258a9b426bfcdfcb03e159df88f3a2 /bfd/bfd-in2.h
parent277b4609d9227c74e4bb7e80a527c2b11ac4179e (diff)
downloadbinutils-redhat-412a23a38d7575c474c5690f35fd8156ed398b1c.tar.gz
Add new relocations for alpha explicit relocation support
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index a3ca2bf8de..9fe0cfbb57 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1830,6 +1830,17 @@ The GNU linker currently doesn't do any of this optimizing. */
BFD_RELOC_ALPHA_ELF_LITERAL,
BFD_RELOC_ALPHA_LITUSE,
+/* The BFD_RELOC_ALPHA_USER_* relocations are used by the assembler to
+process the explicit !<reloc>!sequence relocations, and are mapped
+into the normal relocations at the end of processing. */
+ BFD_RELOC_ALPHA_USER_LITERAL,
+ BFD_RELOC_ALPHA_USER_LITUSE_BASE,
+ BFD_RELOC_ALPHA_USER_LITUSE_BYTOFF,
+ BFD_RELOC_ALPHA_USER_LITUSE_JSR,
+ BFD_RELOC_ALPHA_USER_GPDISP,
+ BFD_RELOC_ALPHA_USER_GPRELHIGH,
+ BFD_RELOC_ALPHA_USER_GPRELLOW,
+
/* The HINT relocation indicates a value that should be filled into the
"hint" field of a jmp/jsr/ret instruction, for possible branch-
prediction logic which may be provided on some processors. */