* elf32-m32c.c (m32c_offset_for_reloc): Fix local symbol
[binutils.git] / ld / testsuite / ld-ia64 / ia64.exp
blobb7ee50f296aac080c528b632b4e6456e2b24cbce
1 # Expect script for ld-ia64 tests
2 # Copyright (C) 2002, 2003 Free Software Foundation
4 # This file is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
19 # Test ia64 linking; all types of relocs. This tests the assembler and
20 # tools like objdump as well as the linker.
22 if { !([istarget "ia64-*-elf*"]
23 || [istarget "ia64-*-linux*"]) } {
24 return
27 # List contains test-items with 3 items followed by 2 lists:
28 # 0:name 1:ld options 2:assembler options
29 # 3:filenames of assembler files 4: action and options. 5: name of output file
31 # Actions:
32 # objdump: Apply objdump options on result. Compare with regex (last arg).
33 # nm: Apply nm options on result. Compare with regex (last arg).
34 # readelf: Apply readelf options on result. Compare with regex (last arg).
36 set ia64tests {
37 {"TLS -fpic -shared" "-shared"
38 "-mtune=itanium1" {tlspic1.s tlspic2.s}
39 {{readelf -WSsrl tlspic.rd} {objdump -drj.text tlspic.dd}
40 {objdump -sj.got tlspic.sd} {objdump -sj.tdata tlspic.td}}
41 "libtlspic.so"}
42 {"Helper shared library" "-shared"
43 "" {tlslib.s} {} "libtlslib.so"}
44 {"TLS -fpic and -fno-pic exec"
45 "tmpdir/libtlslib.so" "-mtune=itanium1" {tlsbinpic.s tlsbin.s}
46 {{readelf -WSsrl tlsbin.rd} {objdump -drj.text tlsbin.dd}
47 {objdump -sj.got tlsbin.sd} {objdump -sj.tdata tlsbin.td}}
48 "tlsbin"}
49 {"TLS in debug sections" ""
50 "" {tlsg.s}
51 {{objdump -sj.debug_foobar tlsg.sd}} "tlsg"}
54 run_ld_link_tests $ia64tests
56 set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
57 foreach t $test_list {
58 # We need to strip the ".d", but can leave the dirname.
59 verbose [file rootname $t]
60 run_dump_test [file rootname $t]