f41aef5f6e
bfd/ * bfd-in2.h: Regenerated. * elf64-aarch64.c (elf64_aarch64_howto_table): Add R_AARCH64_GOT_LD_PREL19 reloc to HOWTO. (elf64_aarch64_reloc_map): Add reloc entry. (aarch64_resolve_relocation): Likewise. (bfd_elf_aarch64_put_addend): Likewise. (aarch64_reloc_got_type): Likewise. (elf64_aarch64_final_link_relocate): Likewise. (lf64_aarch64_check_relocs): Likewise. (elf64_aarch64_check_relocs): New case for R_AARCH64_ADR_PREL_LO21 reloc. * libbfd.h: Regenerated. * reloc.c (R_AARCH64_GOT_LD_PREL19): New reloc. gas/ * config/tc-aarch64.c (reloc_table): Add reloc to table entry. (parse_address_main): Add support for #:<reloc_op>:<symbol>. (parse_operands): Check for unused reloc. (md_apply_fix): New case for reloc. (aarch64_force_relocation): Likewise. gas/testsuite * gas/aarch64/reloc-insn.d (BFD_RELOC_AARCH64_GOT_LD_PREL19): Add expected asm for new reloc test. * gas/aarch64/reloc-insn.s (BFD_RELOC_AARCH64_GOT_LD_PREL19): Add test for reloc. include/ * elf/aarch64.h (R_AARCH64_GOT_LD_PREL19): New reloc. ld/testsuite * ld-aarch64/aarch64-elf.exp: New reloc tests. * ld-aarch64/emit-relocs-309-low-bad.d: New file. Expected asm for test failure (lower bound overflow). * ld-aarch64/emit-relocs-309-low.d: New file. Expected asm for test success (lower bound). * ld-aarch64/emit-relocs-309-up-bad.d: New file. Expected asm for test failure (upper bound overflow). * ld-aarch64/emit-relocs-309-up.d: New file. Expected asm for test success (upper bound). * ld-aarch64/emit-relocs-309.s: New file. Asm for new reloc tests.
110 lines
3.5 KiB
Text
110 lines
3.5 KiB
Text
# Expect script for various AARCH64 ELF tests.
|
|
# Copyright 2009-2012 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 options 2:assembler options
|
|
# 3:filenames of assembler files 4: action and options. 5: 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"
|