Set the correct relocation type for R_ARM_TARGET2 to R_ARM_GOT_PREL. The
TARGET2 relocation is unused in the current ABI but this change is required for EABI support.
This commit is contained in:
parent
7ea3aada55
commit
3c35faa333
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
. ${srcdir}/emulparams/armelf.sh
|
||||
. ${srcdir}/emulparams/elf_fbsd.sh
|
||||
TARGET2_TYPE=got-rel
|
||||
MAXPAGESIZE=0x8000
|
||||
GENERATE_PIE_SCRIPT=yes
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
#OUTPUT_FORMAT="elf32-bigarm"
|
||||
. ${srcdir}/emulparams/armelf.sh
|
||||
. ${srcdir}/emulparams/elf_fbsd.sh
|
||||
TARGET2_TYPE=got-rel
|
||||
MAXPAGESIZE=0x8000
|
||||
GENERATE_PIE_SCRIPT=yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user