aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorAndrew Pinski <apinski@cavium.com>2013-11-20 16:56:20 -0800
committerAndrew Pinski <apinski@cavium.com>2013-11-21 11:17:50 -0800
commit56244278a64d224e1494e2616ed4995d9ce6ecb0 (patch)
tree77f550bcaf47f477e51a28907d6ad6ff2798fef3 /ld/configure.tgt
parent0d091088ea62a3ad78d01d58507c11b8e104d5a7 (diff)
downloadgdb-56244278a64d224e1494e2616ed4995d9ce6ecb0.zip
gdb-56244278a64d224e1494e2616ed4995d9ce6ecb0.tar.gz
gdb-56244278a64d224e1494e2616ed4995d9ce6ecb0.tar.bz2
ld/ChangeLog:
* Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64linux32.c and eaarch64linux32b.c (eaarch64linux32.c): New target. (eaarch64linux32b.c): Likewise. * Makefile.in: Regenerate. * configure.tgt (aarch64_be-*-linux*): Add aarch64linux32 and aarch64linux32b to targ_extra_libpath. (aarch64-*-linux*): Likewise. * emulparams/aarch64elf32.sh (SEPARATE_GOTPLT): Change to 12 (3 words). * emulparams/aarch64linux32.sh: New file. * emulparams/aarch64linux32b.sh: New file.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 5d23732..c50730b 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -50,10 +50,10 @@ aarch64_be-*-elf) targ_emul=aarch64elfb
aarch64-*-elf) targ_emul=aarch64elf
targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" ;;
aarch64_be-*-linux*) targ_emul=aarch64linuxb
- targ_extra_libpath="aarch64linux armelfb_linux_eabi armelf_linux_eabi"
+ targ_extra_libpath="aarch64linux aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi"
targ_extra_emuls="aarch64elfb aarch64elf aarch64elf32 aarch64elf32b armelfb armelf $targ_extra_libpath" ;;
aarch64-*-linux*) targ_emul=aarch64linux
- targ_extra_libpath="aarch64linuxb armelfb_linux_eabi armelf_linux_eabi"
+ targ_extra_libpath="aarch64linuxb aarch64linux32 aarch64linux32b armelfb_linux_eabi armelf_linux_eabi"
targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb $targ_extra_libpath" ;;
alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu)
targ_emul=elf64alpha_fbsd