forked from Imagelibrary/binutils-gdb
bfd/
* elf32-arm.h (bfd_elf32_arm_set_target_relocs): Handle "abs" target2 relocation type. ld/ * ld.texinfo: Document --target2=abs. * emulparms/armsymbian.sh (TARGET2_TYPE): Set. ld/testsuite/ * ld-arm/arm-elf.exp: Add test for --target2=abs. * ld-arm/arm-target2-abs.d: New file.
This commit is contained in:
@@ -5,6 +5,7 @@ OUTPUT_FORMAT="elf32-littlearm-symbian"
|
||||
BIG_OUTPUT_FORMAT="elf32-bigarm-symbian"
|
||||
LITTLE_OUTPUT_FORMAT="$OUTPUT_FORMAT"
|
||||
TARGET1_IS_REL=1
|
||||
TARGET2_TYPE=abs
|
||||
|
||||
# This value should match ELF_MAXPAGESIZE in BFD. Otherwise, elf.c
|
||||
# will not place read-write sections in a separate ELF segment from
|
||||
|
||||
Reference in New Issue
Block a user