bfd:
[external/binutils.git] / ld / testsuite / ld-arm / arm-elf.exp
1 # Expect script for various ARM ELF tests.
2 #   Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
17 #
18
19 if {[istarget "arm-*-vxworks"]} {
20     set armvxworkstests {
21         {"VxWorks shared library test 1" "-shared -Tvxworks1.ld"
22          "" {vxworks1-lib.s}
23          {{readelf --relocs vxworks1-lib.rd} {objdump -dr vxworks1-lib.dd}
24           {readelf --symbols vxworks1-lib.nd} {readelf -d vxworks1-lib.td}}
25          "libvxworks1.so"}
26         {"VxWorks executable test 1 (dynamic)" \
27          "tmpdir/libvxworks1.so -Tvxworks1.ld -q --force-dynamic"
28          "" {vxworks1.s}
29          {{readelf --relocs vxworks1.rd} {objdump -dr vxworks1.dd}}
30          "vxworks1"}
31         {"VxWorks executable test 2 (dynamic)" \
32          "-Tvxworks1.ld -q --force-dynamic"
33          "" {vxworks2.s}
34          {{readelf --segments vxworks2.sd}}
35          "vxworks2"}
36         {"VxWorks executable test 2 (static)"
37          "-Tvxworks1.ld"
38          "" {vxworks2.s}
39          {{readelf --segments vxworks2-static.sd}}
40          "vxworks2"}
41     }
42     run_ld_link_tests $armvxworkstests
43     run_dump_test "vxworks1-static"
44     run_dump_test "emit-relocs1-vxworks"
45 }
46
47 # Exclude non-ARM-ELF targets.
48
49 if { ![is_elf_format] || ![istarget "arm*-*-*"] } {
50     return
51 }
52
53 # List contains test-items with 3 items followed by 2 lists:
54 # 0:name 1:ld options 2:assembler options
55 # 3:filenames of assembler files 4: action and options. 5: name of output file
56
57 # Actions:
58 # objdump: Apply objdump options on result.  Compare with regex (last arg).
59 # nm: Apply nm options on result.  Compare with regex (last arg).
60 # readelf: Apply readelf options on result.  Compare with regex (last arg).
61
62 set armelftests {
63     {"Group relocations" "-Ttext 0x8000 --section-start zero=0x0 --section-start alpha=0xeef0 --section-start beta=0xffeef0" "" {group-relocs.s}
64      {{objdump -Dr group-relocs.d}}
65      "group-relocs"}
66     {"Thumb-1 BL" "-Ttext 0x1000 --section-start .foo=0x401000" "" {thumb1-bl.s}
67      {{objdump -dr thumb1-bl.d}}
68      "thumb1-bl"}
69     {"Simple non-PIC shared library" "-shared" "" {arm-lib.s}
70      {{objdump -fdw arm-lib.d} {objdump -Rw arm-lib.r}}
71      "arm-lib.so"}
72     {"Simple PIC shared library" "-shared" "" {arm-lib-plt32.s}
73      {{objdump -fdw arm-lib-plt32.d} {objdump -Rw arm-lib-plt32.r}}
74      "arm-lib-plt32.so"}
75     {"Simple dynamic application" "tmpdir/arm-lib.so" "" {arm-app.s}
76      {{objdump -fdw arm-app.d} {objdump -Rw arm-app.r}}
77      "arm-app"}
78     {"Simple static application" "" "" {arm-static-app.s}
79      {{objdump -fdw arm-static-app.d} {objdump -rw arm-static-app.r}}
80      "arm-static-app"}
81     {"Non-pcrel function reference" "tmpdir/arm-lib.so" "" {arm-app-abs32.s}
82      {{objdump -fdw arm-app-abs32.d} {objdump -Rw arm-app-abs32.r}}
83      "arm-app-abs32"}
84     {"Thumb shared library with ARM entry points" "-shared -T arm-lib.ld" "-mthumb-interwork"
85      {mixed-lib.s}
86      {{objdump -fdw armthumb-lib.d} {readelf -Ds armthumb-lib.sym}}
87      "armthumb-lib.so"}
88     {"Mixed ARM/Thumb shared library" "-shared -T arm-lib.ld -use-blx" ""
89      {mixed-lib.s}
90      {{objdump -fdw mixed-lib.d} {objdump -Rw mixed-lib.r}
91       {readelf -Ds mixed-lib.sym}}
92      "mixed-lib.so"}
93     {"Mixed ARM/Thumb dynamic application" "tmpdir/mixed-lib.so -T arm-dyn.ld" ""
94      {mixed-app.s}
95      {{objdump -fdw mixed-app.d} {objdump -Rw mixed-app.r}
96       {readelf -Ds mixed-app.sym}}
97      "mixed-app"}
98     {"Mixed ARM/Thumb arch5 dynamic application" "tmpdir/mixed-lib.so -T arm-dyn.ld --use-blx" ""
99      {mixed-app.s}
100      {{objdump -fdw mixed-app-v5.d} {objdump -Rw mixed-app.r}
101       {readelf -Ds mixed-app.sym}}
102      "mixed-app-v5"}
103     {"target1-abs" "-static --target1-abs -T arm.ld" "" {arm-target1.s}
104      {{objdump -s arm-target1-abs.d}}
105      "arm-target1-abs"}
106     {"target1-rel" "-static --target1-rel -T arm.ld" "" {arm-target1.s}
107      {{objdump -s arm-target1-rel.d}}
108      "arm-target1-rel"}
109     {"target2-rel" "-static --target2=rel -T arm.ld" "" {arm-target2.s}
110      {{objdump -s arm-target2-rel.d}}
111      "arm-target2-rel"}
112     {"target2-abs" "-static --target2=abs -T arm.ld" "" {arm-target2.s}
113      {{objdump -s arm-target2-abs.d}}
114      "arm-target2-abs"}
115     {"target2-got-rel" "-static --target2=got-rel -T arm.ld" "" {arm-target2.s}
116      {{objdump -s arm-target2-got-rel.d}}
117      "arm-target2-got-rel"}
118     {"arm-rel31" "-static -T arm.ld" "" {arm-rel31.s}
119      {{objdump -s arm-rel31.d}}
120      "arm-rel31"}
121     {"arm-call" "-static -T arm.ld" "-meabi=4" {arm-call1.s arm-call2.s}
122      {{objdump -d arm-call.d}}
123      "arm-call"}
124     {"TLS shared library" "-shared -T arm-lib.ld" "" {tls-lib.s}
125      {{objdump -fdw tls-lib.d} {objdump -Rw tls-lib.r}}
126      "tls-lib.so"}
127     {"TLS dynamic application" "-T arm-dyn.ld tmpdir/tls-lib.so" "" {tls-app.s}
128      {{objdump -fdw tls-app.d} {objdump -Rw tls-app.r}}
129      "tls-app"}
130     {"Thumb entry point" "-T arm.ld" "" {thumb-entry.s}
131      {{readelf -h thumb-entry.d}}
132      "thumb-entry"}
133     {"thumb-rel32" "-static -T arm.ld" "" {thumb-rel32.s}
134      {{objdump -s thumb-rel32.d}}
135      "thumb-rel32"}
136     {"MOVW/MOVT" "-static -T arm.ld" "" {arm-movwt.s}
137      {{objdump -dw arm-movwt.d}}
138      "arm-movwt"}
139     {"BE8 Mapping Symbols" "-static -T arm.ld -EB --be8" "-EB" {arm-be8.s}
140      {{objdump -s arm-be8.d}}
141      "arm-be8"}
142     {"Using Thumb lib by another lib" "-shared tmpdir/mixed-lib.so" "" {use-thumb-lib.s}
143      {{readelf -Ds use-thumb-lib.sym}}
144      "use-thumb-lib.so"}
145     {"VFP11 denorm erratum fix, scalar operation"
146      "-EL --vfp11-denorm-fix=scalar -Ttext=0x8000" "-EL -mfpu=vfpxd" {vfp11-fix-scalar.s}
147      {{objdump -dr vfp11-fix-scalar.d}}
148      "vfp11-fix-scalar"}
149     {"VFP11 denorm erratum fix, vector operation"
150      "-EB --vfp11-denorm-fix=vector -Ttext=0x8000" "-EB -mfpu=vfpxd" {vfp11-fix-vector.s}
151      {{objdump -dr vfp11-fix-vector.d}}
152      "vfp11-fix-vector"}
153     {"VFP11 denorm erratum fix, embedded code-like data"
154      "-EL --vfp11-denorm-fix=scalar -Ttext=0x8000" "-EL -mfpu=vfpxd" {vfp11-fix-none.s}
155      {{objdump -dr vfp11-fix-none.d}}
156      "vfp11-fix-none"}
157     {"Unwinding and -gc-sections" "-gc-sections" "" {gc-unwind.s}
158      {{objdump -sj.data gc-unwind.d}}
159      "gc-unwind"}
160     {"arm-pic-veneer" "-static -T arm.ld --pic-veneer" "" {arm-pic-veneer.s}
161      {{objdump -d arm-pic-veneer.d}}
162      "arm-pic-veneer"}
163     {"Preempt Thumb symbol" "tmpdir/mixed-lib.so -T arm-dyn.ld --use-blx" ""
164      {preempt-app.s}
165      {{readelf -Ds preempt-app.sym}}
166      "preempt-app"}
167      {"jump19" "-static -T arm.ld" "" {jump19.s}
168       {{objdump -dr jump19.d}}
169       "jump19"}
170      {"EABI attribute merging" "-r" "" {attr-merge.s attr-merge.s}
171       {{readelf -A attr-merge.attr}}
172       "attr-merge"}
173 }
174
175 run_ld_link_tests $armelftests
176 run_dump_test "group-relocs-alu-bad"
177 run_dump_test "group-relocs-ldr-bad"
178 run_dump_test "group-relocs-ldrs-bad"
179 run_dump_test "group-relocs-ldc-bad"
180 run_dump_test "thumb2-bl-as-thumb1-bad"
181 run_dump_test "thumb2-bl-bad"
182 run_dump_test "emit-relocs1"
183
184 # Exclude non-ARM-EABI targets.
185
186 if { ![istarget "arm*-*-*eabi"] } {
187     return
188 }
189
190 set armeabitests {
191     {"Thumb-2 BL" "-Ttext 0x1000 --section-start .foo=0x1001000" "" {thumb2-bl.s}
192      {{objdump -dr thumb2-bl.d}}
193      "thumb2-bl"}
194 }
195
196 run_ld_link_tests $armeabitests