1 # Expect script
for ld-maxq tests
2 # Copyright
(C
) 2004, 2007 Free Software Foundation
4 # This file is part of the GNU Binutils.
6 # This
program is free software
; you can redistribute it and
/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation
; either version
3 of the License
, or
9 #
(at your option
) any later version.
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.
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
18 # Foundation
, Inc.
, 51 Franklin Street
- Fifth Floor
, Boston
,
21 # Written by inderpreetb@noida.hcltech.com
23 # Test maxq linking
; all types of relocs. This tests the assembler and
24 # tools like objdump as well as the linker.
26 if { !([istarget
"maxq*-*-*"] ) } {
30 # List contains test
-items with
3 items followed by
2 lists
:
31 #
0:name 1:ld options
2:assembler options
32 #
3:filenames of assembler files
4: action and options.
5: name of output file
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).
40 {"32-bit Relocation check" "" ""
41 {r32
-1.s r32
-2.s
} {{objdump
-drw r32.dd
}}
43 {"maxq addend check" "" ""
44 {addend.s
} {{objdump
-dw addend.dd
}}
46 {"16bit relocation test" "" ""
47 {paddr.s
} {{objdump
-Dw paddr.dd
}}
49 {"16bit relocation test-1" "" ""
50 {paddr1.s
} {{objdump
-Dw paddr1.dd
}}
55 run_ld_link_tests $maxqtests