diff options
author | Alan Modra <amodra@gmail.com> | 2021-02-08 21:06:17 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-02-09 23:36:16 +1030 |
commit | a57d17732eba20c7ebeaabd023e2f0816fb095f6 (patch) | |
tree | c53674c36b18d0e451321cdc1e0962507e4f0c08 /ld/emulparams | |
parent | 4a68fcd7f7da92d47f0f41df15fea30f790ed06c (diff) | |
download | binutils-a57d17732eba20c7ebeaabd023e2f0816fb095f6.zip binutils-a57d17732eba20c7ebeaabd023e2f0816fb095f6.tar.gz binutils-a57d17732eba20c7ebeaabd023e2f0816fb095f6.tar.bz2 |
Remove arm-symbianelf
* configure.ac: Delete arm*-*-symbianelf* entry.
* configure: Regenerate.
bfd/
* config.bfd (arm*-*-symbianelf*): Move from obsolete to removed.
* configure.ac: Delete symbian entries.
* elf-bfd.h (enum elf_target_os): Delete is_symbian.
* elf32-arm.c: Remove symbian support. Formatting.
* targets.c: Delete symbian entries.
* configure: Regenerate.
binutils/
* testsuite/lib/binutils-common.exp (supports_gnu_osabi): Remove
symbianelf.
gas/
* Makefile.am (TARG_ENV_HFILES): Remove config/te-symbian.h.
* config/tc-arm.c (elf32_arm_target_format): Remove TE_SYMBIAN
support.
* config/te-symbian.h: Delete.
* configure.tgt: Remove arm-*-symbianelf*.
* testsuite/gas/arm/arch4t-eabi.d: Don't mention symbianelf in
target selection.
* testsuite/gas/arm/arch4t.d: Likewise.
* testsuite/gas/arm/got_prel.d: Likewise.
* testsuite/gas/arm/mapdir.d: Likewise.
* testsuite/gas/arm/mapmisc.d: Likewise.
* testsuite/gas/arm/mapsecs.d: Likewise.
* testsuite/gas/arm/mapshort-eabi.d: Likewise.
* testsuite/gas/arm/thumb-eabi.d: Likewise.
* testsuite/gas/arm/thumb.d: Likewise.
* testsuite/gas/arm/thumbrel.d: Likewise.
* Makefile.in: Regenerate.
* po/POTFILES.in: Regenerate.
ld/
* Makefile.am (ALL_EMULATION_SOURCES): Remove earmsymbian.c.
Don't include symbian dep file.
* configure.tgt: Remove arm*-*-symbianelf* entry.
* emulparams/armsymbian.sh: Delete.
* ld.texi: Don't mention symbian.
* scripttempl/armbpabi.sc: Delete.
* testsuite/ld-arm/symbian-seg1.d: Delete.
* testsuite/ld-arm/symbian-seg1.s: Delete.
* testsuite/ld-arm/arm-elf.exp: Don't run symbian-seg1.
* Makefile.in: Regenerate.
* po/BLD-POTFILES.in: Regenerate.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/armsymbian.sh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ld/emulparams/armsymbian.sh b/ld/emulparams/armsymbian.sh deleted file mode 100644 index f643165..0000000 --- a/ld/emulparams/armsymbian.sh +++ /dev/null @@ -1,25 +0,0 @@ -source_sh ${srcdir}/emulparams/armelf.sh -SCRIPT_NAME="armbpabi" -GENERATE_COMBRELOC_SCRIPT=1 -OUTPUT_FORMAT="elf32-littlearm-symbian" -BIG_OUTPUT_FORMAT="elf32-bigarm-symbian" -LITTLE_OUTPUT_FORMAT="$OUTPUT_FORMAT" -TARGET1_IS_REL=1 -TARGET2_TYPE=abs -# On BPABI systems, program headers should not be mapped. -EMBEDDED=yes - -# As for armelf.sh, but add the SymbianOS-specific -# .ARM.exidx$${Base,Limit} symbols. -OTHER_READONLY_SECTIONS=" - .ARM.extab ${RELOCATING-0} : { *(.ARM.extab${RELOCATING+* .gnu.linkonce.armextab.*}) } - .ARM.exidx ${RELOCATING-0} : - { - ${RELOCATING+PROVIDE_HIDDEN (.ARM.exidx\$\$Base = .);} - ${RELOCATING+PROVIDE_HIDDEN (__exidx_start = .);} - *(.ARM.exidx${RELOCATING+* .gnu.linkonce.armexidx.*}) - ${RELOCATING+PROVIDE_HIDDEN (__exidx_end = .);} - ${RELOCATING+PROVIDE_HIDDEN (.ARM.exidx\$\$Limit = .);} - }" - -MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" |