8847944f8c
The AArch64 ifunc patch introduced a regression caused by incorrect PLT layout. Revert it until a fix is verified. bfd/ChangeLog: 2013-06-19 Will Newton <will.newton@linaro.org> * configure: Regenerated. * configure.in: Remove aarch64 dependency on elf-ifunc.c. * elf64-aarch64.c: Remove objalloc.h include. (elf64_aarch64_howto_dynrelocs): Remove R_AARCH64_IRELATIVE howto. (struct elf64_aarch64_link_hash_table): Remove ifunc related members. (elf_aarch64_local_htab_hash): Remove function. (elf_aarch64_local_htab_eq): Remove function. (elf_aarch64_get_local_sym_hash): Remove function. (elf64_aarch64_link_hash_table_create): Remove local hash table initialization. (elf64_aarch64_final_link_relocate): Remove sym argument and handling of ifunc symbols. (elf64_aarch64_relocate_section): Don't pass sym argument to elf64_aarch64_final_link_relocate. (elf64_aarch64_gc_sweep_hook): Remove handling of ifunc symbols. (elf64_aarch64_adjust_dynamic_symbol): Likewise. (elf64_aarch64_check_relocs): Likewise. (elf64_aarch64_post_process_headers): Remove call to _bfd_elf_set_osabi. (elf64_aarch64_is_function_type): New function. (elf64_aarch64_allocate_dynrelocs): Remove handling of ifunc symbols. (elf_aarch64_allocate_local_dynrelocs): Remove function. (elf64_aarch64_size_dynamic_sections): Remove call to elf_aarch64_allocate_local_dynrelocs. (elf64_aarch64_create_small_pltn_entry): Remove info argument. Remove creation of R_AARCH64_IRELATIVE dynamic relocs. (elf64_aarch64_finish_dynamic_symbol): Remove handling of ifunc symbols. (elf_aarch64_finish_local_dynamic_symbol): Remove function. (elf64_aarch64_finish_dynamic_sections): Remove call to elf_aarch64_finish_local_dynamic_symbol. (elf64_aarch64_add_symbol_hook): Remove function. include/elf/ChangeLog: 2013-06-19 Will Newton <will.newton@linaro.org> * aarch64.h: Remove R_AARCH64_IRELATIVE. ld/ChangeLog: 2013-06-19 Will Newton <will.newton@linaro.org> * emulparams/aarch64elf.sh: Remove IREL_IN_PLT. ld/testsuite/ChangeLog: 2013-06-19 Will Newton <will.newton@linaro.org> * ld-aarch64/aarch64-elf.exp: Remove ifunc tests. * ld-ifunc/ifunc.exp: Disable ifunc tests on AArch64. * ld-aarch64/ifunc-1-local.d: Remove. * ld-aarch64/ifunc-1-local.s: Likewise. * ld-aarch64/ifunc-1.d: Likewise. * ld-aarch64/ifunc-1.s: Likewise. * ld-aarch64/ifunc-10.d: Likewise. * ld-aarch64/ifunc-10.s: Likewise. * ld-aarch64/ifunc-11.d: Likewise. * ld-aarch64/ifunc-11.s: Likewise. * ld-aarch64/ifunc-12.d: Likewise. * ld-aarch64/ifunc-12.s: Likewise. * ld-aarch64/ifunc-13.d: Likewise. * ld-aarch64/ifunc-13a.s: Likewise. * ld-aarch64/ifunc-13b.s: Likewise. * ld-aarch64/ifunc-14a.d: Likewise. * ld-aarch64/ifunc-14a.s: Likewise. * ld-aarch64/ifunc-14b.d: Likewise. * ld-aarch64/ifunc-14b.s: Likewise. * ld-aarch64/ifunc-14c.d: Likewise. * ld-aarch64/ifunc-14c.s: Likewise. * ld-aarch64/ifunc-14d.d: Likewise. * ld-aarch64/ifunc-14e.d: Likewise. * ld-aarch64/ifunc-14f.d: Likewise. * ld-aarch64/ifunc-15.d: Likewise. * ld-aarch64/ifunc-15.s: Likewise. * ld-aarch64/ifunc-16.d: Likewise. * ld-aarch64/ifunc-16.s: Likewise. * ld-aarch64/ifunc-17a.d: Likewise. * ld-aarch64/ifunc-17a.s: Likewise. * ld-aarch64/ifunc-17b.d: Likewise. * ld-aarch64/ifunc-17b.s: Likewise. * ld-aarch64/ifunc-18a.d: Likewise. * ld-aarch64/ifunc-18a.s: Likewise. * ld-aarch64/ifunc-18b.d: Likewise. * ld-aarch64/ifunc-18b.s: Likewise. * ld-aarch64/ifunc-19a.d: Likewise. * ld-aarch64/ifunc-19a.s: Likewise. * ld-aarch64/ifunc-19b.d: Likewise. * ld-aarch64/ifunc-19b.s: Likewise. * ld-aarch64/ifunc-2-local.d: Likewise. * ld-aarch64/ifunc-2-local.s: Likewise. * ld-aarch64/ifunc-2.d: Likewise. * ld-aarch64/ifunc-2.s: Likewise. * ld-aarch64/ifunc-20.d: Likewise. * ld-aarch64/ifunc-20.s: Likewise. * ld-aarch64/ifunc-3.s: Likewise. * ld-aarch64/ifunc-3a.d: Likewise. * ld-aarch64/ifunc-3b.d: Likewise. * ld-aarch64/ifunc-4.d: Likewise. * ld-aarch64/ifunc-4.s: Likewise. * ld-aarch64/ifunc-4a.d: Likewise. * ld-aarch64/ifunc-5-local.s: Likewise. * ld-aarch64/ifunc-5.s: Likewise. * ld-aarch64/ifunc-5a-local.d: Likewise. * ld-aarch64/ifunc-5a.d: Likewise. * ld-aarch64/ifunc-5b-local.d: Likewise. * ld-aarch64/ifunc-5b.d: Likewise. * ld-aarch64/ifunc-5r-local.d: Likewise. * ld-aarch64/ifunc-6.s: Likewise. * ld-aarch64/ifunc-6a.d: Likewise. * ld-aarch64/ifunc-6b.d: Likewise. * ld-aarch64/ifunc-7.s: Likewise. * ld-aarch64/ifunc-7a.d: Likewise. * ld-aarch64/ifunc-7b.d: Likewise. * ld-aarch64/ifunc-7c.d: Likewise. * ld-aarch64/ifunc-8.d: Likewise. * ld-aarch64/ifunc-8a.s: Likewise. * ld-aarch64/ifunc-8b.s: Likewise. * ld-aarch64/ifunc-9.d: Likewise. * ld-aarch64/ifunc-9.s: Likewise.
116 lines
3.8 KiB
Text
116 lines
3.8 KiB
Text
# Expect script for various AARCH64 ELF tests.
|
|
# Copyright 2009-2013 Free Software Foundation, Inc.
|
|
#
|
|
# This file is part of the GNU Binutils.
|
|
#
|
|
# This program is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, write to the Free Software
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
# MA 02110-1301, USA.
|
|
|
|
# Exclude non-aarch64-ELF targets.
|
|
if { ![is_elf_format] || ![istarget "aarch64*-*-*"] } {
|
|
return
|
|
}
|
|
|
|
# List contains test-items with 3 items followed by 2 lists:
|
|
# 0:name 1:ld early options 2:ld late options 3:assembler options
|
|
# 4:filenames of assembler files 5: action and options. 6: name of output file
|
|
|
|
# Actions:
|
|
# objdump: Apply objdump options on result. Compare with regex (last arg).
|
|
# nm: Apply nm options on result. Compare with regex (last arg).
|
|
# readelf: Apply readelf options on result. Compare with regex (last arg).
|
|
|
|
set aarch64elftests {
|
|
{"EH Frame merge" "-Ttext 0x8000" "" "" {eh-frame-bar.s eh-frame-foo.s}
|
|
{{objdump --dwarf=frames eh-frame.d}} "eh-frame"}
|
|
}
|
|
|
|
run_ld_link_tests $aarch64elftests
|
|
|
|
# Relocation Tests
|
|
run_dump_test "weak-undefined"
|
|
run_dump_test "emit-relocs-257"
|
|
run_dump_test "emit-relocs-257-be"
|
|
# 258 is tested in 257
|
|
# 259 is tested in 257
|
|
run_dump_test "emit-relocs-260"
|
|
run_dump_test "emit-relocs-260-be"
|
|
# 261 is tested by 260
|
|
run_dump_test "emit-relocs-262"
|
|
run_dump_test "emit-relocs-263"
|
|
run_dump_test "emit-relocs-264"
|
|
run_dump_test "emit-relocs-265"
|
|
run_dump_test "emit-relocs-266"
|
|
run_dump_test "emit-relocs-267"
|
|
run_dump_test "emit-relocs-268"
|
|
run_dump_test "emit-relocs-269"
|
|
run_dump_test "emit-relocs-270"
|
|
run_dump_test "emit-relocs-270-bad"
|
|
run_dump_test "emit-relocs-271"
|
|
run_dump_test "emit-relocs-272"
|
|
run_dump_test "emit-relocs-273"
|
|
run_dump_test "emit-relocs-274"
|
|
run_dump_test "emit-relocs-275"
|
|
run_dump_test "emit-relocs-276"
|
|
run_dump_test "emit-relocs-277"
|
|
run_dump_test "emit-relocs-278"
|
|
run_dump_test "emit-relocs-279"
|
|
run_dump_test "emit-relocs-279-bad"
|
|
run_dump_test "emit-relocs-280"
|
|
# 281 is unused
|
|
run_dump_test "emit-relocs-282"
|
|
run_dump_test "emit-relocs-283"
|
|
run_dump_test "emit-relocs-284"
|
|
run_dump_test "emit-relocs-285"
|
|
run_dump_test "emit-relocs-286"
|
|
run_dump_test "emit-relocs-286-bad"
|
|
# 287-298 are not done yet
|
|
run_dump_test "emit-relocs-299"
|
|
# 300-308 are not done yet
|
|
run_dump_test "emit-relocs-309-up"
|
|
run_dump_test "emit-relocs-309-low"
|
|
run_dump_test "emit-relocs-309-up-bad"
|
|
run_dump_test "emit-relocs-309-low-bad"
|
|
# 310 not done yet
|
|
run_dump_test "emit-relocs-311"
|
|
run_dump_test "emit-relocs-312"
|
|
|
|
|
|
run_dump_test "limit-b"
|
|
run_dump_test "limit-bl"
|
|
run_dump_test "farcall-section"
|
|
run_dump_test "farcall-back"
|
|
run_dump_test "farcall-bl"
|
|
run_dump_test "farcall-b"
|
|
run_dump_test "farcall-b-none-function"
|
|
run_dump_test "farcall-bl-none-function"
|
|
|
|
run_dump_test "tls-relax-all"
|
|
run_dump_test "tls-relax-gd-le"
|
|
run_dump_test "tls-relax-gdesc-le"
|
|
run_dump_test "tls-relax-gd-ie"
|
|
run_dump_test "tls-relax-gdesc-ie"
|
|
run_dump_test "tls-relax-ie-le"
|
|
run_dump_test "tls-desc-ie"
|
|
run_dump_test "tls-relax-gdesc-ie-2"
|
|
run_dump_test "tls-relax-gdesc-le-2"
|
|
run_dump_test "tls-relax-ie-le-2"
|
|
run_dump_test "tls-relax-ie-le-3"
|
|
run_dump_test "tlsle-symbol-offset"
|
|
run_dump_test "gc-got-relocs"
|
|
run_dump_test "gc-tls-relocs"
|
|
run_dump_test "gc-plt-relocs"
|
|
run_dump_test "gc-relocs-257-dyn"
|
|
run_dump_test "gc-relocs-257"
|