diff options
author | Michael Meissner <gnu@the-meissners.org> | 1999-11-28 03:26:42 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1999-11-28 03:26:42 +0000 |
commit | fe174262ec809e88057406cdc87f243c04dba458 (patch) | |
tree | 721ea1786d92128ca9bb9ba12f755552b3db193c /bfd/bfd-in2.h | |
parent | e4dabd0ef53d766ea2b01478cfabd989b5b77995 (diff) | |
download | gdb-fe174262ec809e88057406cdc87f243c04dba458.zip gdb-fe174262ec809e88057406cdc87f243c04dba458.tar.gz gdb-fe174262ec809e88057406cdc87f243c04dba458.tar.bz2 |
Add new relocations for alpha explicit relocation support
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index a3ca2bf..9fe0cfb 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. */ |