diff options
author | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-06-26 10:56:05 +0000 |
---|---|---|
committer | Yufeng Zhang <yufeng.zhang@arm.com> | 2013-06-26 10:56:05 +0000 |
commit | 70f0bc67ba98bcb4cb416806d6cbb4f318ead54d (patch) | |
tree | 5bafd3e5b068fdc56f0a26109b454ae82ea5884f /ld/configure.tgt | |
parent | 2d426575611d4ac76dbe72e5c974fd18a4503740 (diff) | |
download | gdb-70f0bc67ba98bcb4cb416806d6cbb4f318ead54d.zip gdb-70f0bc67ba98bcb4cb416806d6cbb4f318ead54d.tar.gz gdb-70f0bc67ba98bcb4cb416806d6cbb4f318ead54d.tar.bz2 |
[AArch64, ILP32] 6/6 Add big-endian targets
ld/
* Makefile.am (ALL_64_EMULATION_SOURCES): Add eaarch64elf32b.c.
(eaarch64elf32b.c): New dependency and rule.
* Makefile.in: Re-generated.
* configure.tgt (aarch64-*-elf): Add aarch64elf32b.
(aarch64_be-*-elf, aarch64_be-*-linux*, aarch64-*-linux*): Likewise.
* emulparams/aarch64elf32b.sh: New file.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 38028e4..c0291c8 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -46,13 +46,13 @@ targ64_extra_libpath= # break the alpha sorting. case "${targ}" in aarch64_be-*-elf) targ_emul=aarch64elfb - targ_extra_emuls="aarch64elf aarch64elf32 armelfb armelf" ;; + targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b armelfb armelf" ;; aarch64-*-elf) targ_emul=aarch64elf - targ_extra_emuls="aarch64elf32 aarch64elfb armelf armelfb" ;; + targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb" ;; aarch64_be-*-linux*) targ_emul=aarch64linuxb - targ_extra_emuls="aarch64linux aarch64elfb aarch64elf aarch64elf32 armelfb_linux_eabi armelf_linux_eabi armelfb armelf" ;; + targ_extra_emuls="aarch64linux aarch64elfb aarch64elf aarch64elf32 aarch64elf32b armelfb_linux_eabi armelf_linux_eabi armelfb armelf" ;; aarch64-*-linux*) targ_emul=aarch64linux - targ_extra_emuls="aarch64linuxb aarch64elf aarch64elf32 aarch64elfb armelf_linux_eabi armelfb_linux_eabi armelf armelfb" ;; + targ_extra_emuls="aarch64linuxb aarch64elf aarch64elf32 aarch64elf32b aarch64elfb armelf_linux_eabi armelfb_linux_eabi armelf armelfb" ;; alpha*-*-freebsd* | alpha*-*-kfreebsd*-gnu) targ_emul=elf64alpha_fbsd targ_extra_emuls="elf64alpha alpha" |