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:
Andrew Turner 2013-01-06 07:14:04 +00:00
parent 7ea3aada55
commit 3c35faa333
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245101
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# $FreeBSD$
. ${srcdir}/emulparams/armelf.sh
. ${srcdir}/emulparams/elf_fbsd.sh
TARGET2_TYPE=got-rel
MAXPAGESIZE=0x8000
GENERATE_PIE_SCRIPT=yes

View File

@ -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