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
commita80cf9bd6fc43228083380bc78f9f31a7840767b (patch)
treeaaf5e964fc3ee7ea32cb8bd7a0989417febdc8f9 /bfd/bfd-in2.h
parent377418abe9428b93d4cc21ce193852914853893b (diff)
downloadgdb-a80cf9bd6fc43228083380bc78f9f31a7840767b.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 a3ca2bf8de9..9fe0cfbb576 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. */