Add BFD_RELOC_ARM_ADRL_IMMEDIATE.
This commit is contained in:
parent
5e38c3b856
commit
752149a058
3 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
1999-07-05 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* reloc.c: Add new, assembler only, ARM reloc:
|
||||
BFD_RELOC_ARM_ADRL_IMMEDIATE.
|
||||
|
||||
* bfd-in2.h: Regenerate.
|
||||
|
||||
1999-07-02 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* dwarf2.c (parse_comp_unit): Add ABBREV_LENGTH parameter.
|
||||
|
|
|
@ -1915,6 +1915,7 @@ not stored in the instruction. */
|
|||
/* These relocs are only used within the ARM assembler. They are not
|
||||
(at present) written to any object files. */
|
||||
BFD_RELOC_ARM_IMMEDIATE,
|
||||
BFD_RELOC_ARM_ADRL_IMMEDIATE,
|
||||
BFD_RELOC_ARM_OFFSET_IMM,
|
||||
BFD_RELOC_ARM_SHIFT_IMM,
|
||||
BFD_RELOC_ARM_SWI,
|
||||
|
|
|
@ -2174,6 +2174,8 @@ ENUMDOC
|
|||
not stored in the instruction.
|
||||
ENUM
|
||||
BFD_RELOC_ARM_IMMEDIATE
|
||||
ENUMX
|
||||
BFD_RELOC_ARM_ADRL_IMMEDIATE
|
||||
ENUMX
|
||||
BFD_RELOC_ARM_OFFSET_IMM
|
||||
ENUMX
|
||||
|
|
Loading…
Reference in a new issue