ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / ld / testsuite / ld-alpha / alpha.exp
CommitLineData
8b0c8155 1# Expect script for ld-alpha tests
b90efa5b 2# Copyright (C) 2003-2015 Free Software Foundation, Inc.
8b0c8155 3#
f96b4a7b
NC
4# This file is part of the GNU Binutils.
5#
6# This program is free software; you can redistribute it and/or modify
8b0c8155 7# it under the terms of the GNU General Public License as published by
f96b4a7b 8# the Free Software Foundation; either version 3 of the License, or
8b0c8155
RH
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
f96b4a7b
NC
18# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19# MA 02110-1301, USA.
8b0c8155
RH
20#
21
22# Test Alpha ELF linking; all types of relocs. This tests the
23# assembler and tools like objdump as well as the linker.
24
25if { !([istarget "alpha*-*-elf*"]
26 || [istarget "alpha*-*-linux*"]) } {
27 return
28}
29
30# List contains test-items with 3 items followed by 2 lists:
897aea50
MR
31# 0:name 1:ld early options 2:ld late options 3:assembler options
32# 4:filenames of assembler files 5: action and options. 6: name of output file
8b0c8155
RH
33
34# Actions:
35# objdump: Apply objdump options on result. Compare with regex (last arg).
36# nm: Apply nm options on result. Compare with regex (last arg).
37# readelf: Apply readelf options on result. Compare with regex (last arg).
38
39set alphatests {
897aea50 40 {"TLS -fpic -shared" "-shared -melf64alpha" ""
8b0c8155
RH
41 "" {align.s tlspic1.s tlspic2.s}
42 {{readelf -WSsrl tlspic.rd} {objdump -drj.text tlspic.dd}
43 {objdump -sj.got tlspic.sd} {objdump -sj.tdata tlspic.td}}
6452a567 44 "libtlspic.so"}
897aea50 45 {"Helper shared library" "-shared -melf64alpha" ""
8b0c8155
RH
46 "" {tlslib.s} {} "libtlslib.so"}
47 {"TLS -fpic and -fno-pic exec"
897aea50 48 "-melf64alpha tmpdir/libtlslib.so" "" "" {align.s tlsbinpic.s tlsbin.s}
8b0c8155
RH
49 {{readelf -WSsrl tlsbin.rd} {objdump -drj.text tlsbin.dd}
50 {objdump -sj.got tlsbin.sd} {objdump -sj.tdata tlsbin.td}}
6452a567 51 "tlsbin"}
8b0c8155 52 {"TLS -fpic and -fno-pic exec -relax"
897aea50
MR
53 "-relax -melf64alpha tmpdir/libtlslib.so" ""
54 "" {align.s tlsbinpic.s tlsbin.s}
8b0c8155
RH
55 {{readelf -WSsrl tlsbinr.rd} {objdump -drj.text tlsbinr.dd}
56 {objdump -sj.got tlsbinr.sd}}
6452a567
RH
57 "tlsbinr"}
58 {"empty got"
897aea50 59 "-melf64alpha" "" ""
6452a567
RH
60 {emptygot.s}
61 {{nm "-n" emptygot.nm}}
62 "emptygot"}
8b0c8155
RH
63}
64
65# Not implemented yet
897aea50 66# {"TLS in debug sections" "-melf64alpha" ""
8b0c8155
RH
67# "" {tlsg.s}
68# {{objdump -sj.debug_foobar tlsg.sd}} "tlsg"}
69
70run_ld_link_tests $alphatests
This page took 0.486486 seconds and 4 git commands to generate.