mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Add BFD_RELOC_ARM_ADRL_IMMEDIATE.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user