[ld]
[external/binutils.git] / ld / testsuite / ld-sh / sh64 / sh64.exp
1 # Expect script for ld-sh tests
2 #   Copyright (C) 2000, 2001, 2002 Free Software Foundation
3 #
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.
8 #
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.
13 #
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 #
18
19 # Test SH linking; all types of relocs.  This tests the assembler and
20 # tools like objdump as well as the linker.
21
22 if ![istarget sh64-*-*] {
23     return
24 }
25
26 if [istarget sh64*-*-linux*] {
27     return
28 }
29
30 if { [istarget sh64*-*-netbsd*] || [istarget sh5*-*-netbsd*] } then {
31         return
32 }
33
34 # List contains test-items with 3 items followed by 2 lists:
35 # 0:name 1:ld options 2:assembler options
36 # 3:filenames of assembler files 4: action and options. 5: name of output file
37
38 # Actions:
39 # objdump: Apply objdump options on result.  Compare with regex (last arg).
40 # nm: Apply nm options on result.  Compare with regex (last arg).
41 # readelf: Apply readelf options on result.  Compare with regex (last arg).
42
43 # Note that the contents dump is the same for "inter-file datalabel
44 # references, 64-bit ABI" as for 32-bit ABI and ELF so we re-use it.
45
46 set sh64tests {
47     {"SH64 linking, 64-bit ABI" "-mshelf64"
48      "--abi=64" {sh64-1.s sh64-2.s}
49      {{objdump -sr abi64.sd} {objdump -x abi64.xd}} "abi64.bin" }
50     {"SH64 linking, 64-bit ABI, -no-expand" "-mshelf64"
51      "--abi=64 -no-expand" {sh64-1.s sh64-2.s}
52      {{objdump -sr abixx-noexp.sd}} "abi64-noexp.bin" }
53     {"SH64 linking, 32-bit ABI" "-mshelf32"
54      "--abi=32" {sh64-1.s sh64-2.s}
55      {{objdump -sr abi32.sd} {objdump -x abi32.xd}} "abi32.bin" }
56     {"SH64 linking, 32-bit ABI, -no-expand" "-mshelf32"
57      "--abi=32 -no-expand" {sh64-1.s sh64-2.s}
58      {{objdump -sr abixx-noexp.sd}} "abi32-noexp.bin" }
59     {"SH64 linking, single multi-ISA object" "-mshelf32"
60      "--abi=32" {shmix-1.s}
61      {{objdump -sr mix1.sd} {objdump -x mix1.xd}} "mix1.bin" }
62     {"SH64 linking, single multi-ISA object, -no-expand" "-mshelf32"
63      "--abi=32 -no-expand" {shmix-1.s}
64      {{objdump -sr mix1-noexp.sd}} "mix1-noexp.bin" }
65     {"SH64 linking, two different-ISA objects" "-mshelf32"
66      "--abi=32" {shmix-2.s shmix-3.s}
67      {{objdump -sr mix2.sd} {objdump -x mix2.xd}} "mix2.bin" }
68     {"SH64 linking, two different-ISA objects, -no-expand" "-mshelf32"
69      "--abi=32 -no-expand" {shmix-2.s shmix-3.s}
70      {{objdump -sr mix2-noexp.sd}} "mix2-noexp.bin" }
71     {"SH64 linking, single SHcompact" "-mshelf32"
72      "--isa=SHcompact" {shcmp-1.s}
73      {{objdump -sr cmpct1.sd} {objdump -x cmpct1.xd}} "cmpct1.bin" }
74     {"SH64 inter-file datalabel references, 64-bit ABI" "-mshelf64"
75      "--abi=64" {shdl-1.s shdl-2.s}
76      {{objdump -sr shdl64.sd} {objdump -x shdl64.xd}} "shdl64.bin" }
77     {"SH64 inter-file datalabel references, 32-bit ABI" "-mshelf32"
78      "--abi=32" {shdl-1.s shdl-2.s}
79      {{objdump -sr shdl64.sd} {objdump -x shdl32.xd}} "shdl32.bin" }
80     {"SH64 inter-file datalabel references and gc-sections, 32-bit ABI" "-mshelf32 --gc-sections"
81      "--abi=32" {dlsection-1.s }
82      {{objdump -sr dlsection.sd}} "dlsection32.bin" }
83     {"SH64 inter-file datalabel references and gc-sections, 64-bit ABI" "-mshelf64 --gc-sections"
84      "--abi=64" {dlsection-1.s }
85      {{objdump -sr dlsection.sd}} "dlsection64.bin" }
86     {"SH64 simple partial linking, 32-bit ABI" "-mshelf32 -r"
87      "--abi=32" {rel-1.s rel-2.s}
88      {{objdump -sx rel32.xd}} "rel32.bin" }
89     {"SH64 simple partial linking, 64-bit ABI" "-mshelf64 -r"
90      "--abi=64" {rel-1.s rel-2.s}
91      {{objdump -sx rel64.xd}} "rel64.bin" }
92     {"SH64 partial linking with datalabel references, 32-bit ABI" "-mshelf32 -r"
93      "--abi=32" {reldl-1.s reldl-2.s}
94      {{readelf {-s -r -x 1 -x 3} reldl32.rd}} "reldl32.bin" }
95     {"SH64 partial linking with datalabel references, 64-bit ABI" "-mshelf64 -r"
96      "--abi=64" {reldl-1.s reldl-2.s}
97      {{readelf {-s -r -x 1 -x 3} reldl64.rd}} "reldl64.bin" }
98     {"Handling SH64 assembler-generated .cranges" "-mshelf32"
99      "--abi=32" {crange-2a.s crange-1.s}
100      {{readelf {-S -s -r -x 1 -x 2 -x 9} crange1.rd}} "crange1.bin" }
101     {"Handling SH64 assembler-generated .cranges, partial linking" "-mshelf32 -r"
102      "--abi=32" {crange-2a.s}
103      {{readelf {-S -s -r -x 2 -x 6} crangerel1.rd}} "crangerel1.bin" }
104     {"Mixing SH64 assembler-generated with linker-generated .cranges" "-mshelf32"
105      "--abi=32" {crange-2a.s crange-2b.s crange-1.s}
106      {{readelf {-S -s -r -x 2 -x 9} crange2.rd}} "crange2.bin" }
107     {"Mixing SH64 assembler-generated with linker-generated .cranges, partial linking"
108      "-mshelf32 -r"
109      "--abi=32" {crange-2a.s crange-2c.s crange-2d.s crange-2e.s}
110      {{readelf {-S -s -r -x 2 -x 6} crangerel2.rd}} "crangerel2.bin" }
111     {"Merge and use of SH64 .cranges, some not originally in order" "-mshelf32"
112      "--abi=32"
113      {crange-2e.s crange-2f.s crange-2g.s crange-2a.s crange-2d.s crange-2i.s
114       crange-2h.s crange-1.s}
115       {{readelf {-S -s -x 2 -x 9} crange3.rd} {objdump -d crange3.dd}} "crange3.bin" }
116     {"Sorted SH64 .cranges, entry at SHcompact code" "-mshelf32 --entry diversion"
117      "--abi=32"
118      {crange-2e.s crange-2f.s crange-2g.s crange-2a.s crange-2d.s crange-2i.s
119       crange-2h.s crange-1.s}
120       {{readelf {-h -S -s -x 2 -x 9} crange3-cmpct.rd}} "crange3-cmpct.bin" }
121     {"Sorted SH64 .cranges, entry at SHmedia code" "-mshelf32 --entry diversion2"
122      "--abi=32"
123      {crange-2e.s crange-2f.s crange-2g.s crange-2a.s crange-2d.s crange-2i.s
124       crange-2h.s crange-1.s}
125       {{readelf {-h -S -s -x 2 -x 9} crange3-media.rd}} "crange3-media.bin" }
126     {"SH64 Big Endianness" "-mshelf64 -Tendian.ld"
127      "--abi=64" {endian.s}
128      {{objdump -s endian.sbd} {objdump -d endian.dbd}} "endianb.bin" }
129     {"SH64 Little Endianness" "-mshlelf64 -Tendian.ld"
130      "--abi=64 --little" {endian.s}
131      {{objdump -s endian.sld} {objdump -d endian.dld}} "endinanl.bin" }
132 }
133
134 run_ld_link_tests $sh64tests