forked from Imagelibrary/binutils-gdb
Add support for AVR6 family
This commit is contained in:
14
bfd/reloc.c
14
bfd/reloc.c
@@ -3683,11 +3683,25 @@ ENUM
|
||||
ENUMDOC
|
||||
This is a 16 bit reloc for the AVR that stores 8 bit value (usually
|
||||
command address) into 8 bit immediate value of LDI insn.
|
||||
ENUM
|
||||
BFD_RELOC_AVR_LO8_LDI_GS
|
||||
ENUMDOC
|
||||
This is a 16 bit reloc for the AVR that stores 8 bit value
|
||||
(command address) into 8 bit immediate value of LDI insn. If the address
|
||||
is beyond the 128k boundary, the linker inserts a jump stub for this reloc
|
||||
in the lower 128k.
|
||||
ENUM
|
||||
BFD_RELOC_AVR_HI8_LDI_PM
|
||||
ENUMDOC
|
||||
This is a 16 bit reloc for the AVR that stores 8 bit value (high 8 bit
|
||||
of command address) into 8 bit immediate value of LDI insn.
|
||||
ENUM
|
||||
BFD_RELOC_AVR_HI8_LDI_GS
|
||||
ENUMDOC
|
||||
This is a 16 bit reloc for the AVR that stores 8 bit value (high 8 bit
|
||||
of command address) into 8 bit immediate value of LDI insn. If the address
|
||||
is beyond the 128k boundary, the linker inserts a jump stub for this reloc
|
||||
below 128k.
|
||||
ENUM
|
||||
BFD_RELOC_AVR_HH8_LDI_PM
|
||||
ENUMDOC
|
||||
|
||||
Reference in New Issue
Block a user