1 # Copyright
1999, 2000, 2001, 2003, 2004, 2007, 2009, 2012
2 # Free Software Foundation
, Inc.
4 # This
program 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
3 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.
18 # Please email
any bugs
, comments
, and
/or additions to this file to
:
19 # bug
-dejagnu@prep.ai.mit.edu
21 # Written by Nick Clifton
<nickc@cygnus.com
>
22 # Based
on scripts written by Ian Lance Taylor
<ian@cygnus.com
>
23 # and Ken Raeburn
<raeburn@cygnus.com
>.
25 # Exclude non
-ELF targets.
27 verbose
"$READELF is only intended for ELF targets" 2
31 # First some helpful procedures
, then the tests themselves
33 #
Return the contents of the filename given
34 proc file_contents
{ filename
} {
35 set file
[open $filename r
]
36 set contents
[read $file
]
41 # Find out the size by reading the output of the EI_CLASS field.
42 # Similar to the test
for readelf
-h
, but we
're just looking for the
44 proc readelf_find_size { binary_file } {
50 set testname "finding out ELF size with readelf -h"
51 set got [remote_exec host "$READELF $READELFFLAGS -h $binary_file" "" "/dev/null" "readelf.out"]
52 if [is_remote host] then {
53 remote_upload host "readelf.out"
56 if { [lindex $got 0] != 0 || ![string match "" [lindex $got 1]]} then {
62 if { ! [regexp "\n\[ \]*Class:\[ \]*ELF(\[0-9\]+)\n" \
63 [file_contents readelf.out] nil readelf_size] } {
64 verbose -log "EI_CLASS field not found in output"
65 verbose -log "output is \n[file_contents readelf.out]"
69 verbose -log "ELF size is $readelf_size"
75 # Run an individual readelf test.
76 # Basically readelf is run on the binary_file with the given options.
77 # Readelf's output is captured and
then compared against the contents
78 # of the regexp_file
-readelf_size
if it
exists, else regexp_file.
80 proc readelf_test
{ options binary_file regexp_file xfails
} {
88 send_log
"exec $READELF $READELFFLAGS $options $binary_file > readelf.out\n"
89 set got
[remote_exec host
"$READELF $READELFFLAGS $options $binary_file" "" "/dev/null" "readelf.out"]
91 foreach xfail $xfails
{
95 if { [lindex $got
0] != 0 ||
![string match
"" [lindex $got 1]] } then {
96 fail
"readelf $options (reason: unexpected output)"
102 set target_machine
""
103 if [istarget
"mips*-*-*"] then {
104 if { [istarget
"mips*-*-*linux*"]
105 ||
[istarget
"mips*-sde-elf*"]
106 ||
[istarget
"mips*-*freebsd*"] } then {
107 set target_machine tmips
109 set target_machine mips
113 if { $target_machine
!= "" && [file exists $srcdir/$subdir/$regexp_file-$readelf_size-$target_machine] } then {
114 set regexp_file $regexp_file
-$readelf_size
-$target_machine
115 } elseif
{ $target_machine
!= "" && [file exists $srcdir/$subdir/$regexp_file-$target_machine] } then {
116 set regexp_file $regexp_file
-$target_machine
117 } elseif
{ [file
exists $srcdir
/$subdir
/$regexp_file
-$readelf_size
] } then {
118 set regexp_file $regexp_file
-$readelf_size
121 if { [regexp_diff readelf.out $srcdir
/$subdir
/$regexp_file
] } then {
122 fail
"readelf $options"
123 verbose
"output is \n[file_contents readelf.out]" 2
127 pass
"readelf $options"
130 # Simple proc to skip certain expected warning messages.
132 proc prune_readelf_wi_warnings
{ text } {
133 regsub
-all
"(^|\n)(.*Skipping unexpected symbol type.*)" $text "\\1" text
137 # Testing the
"readelf -wi" option is difficult because there
138 # is no guaranteed order to the output
, and because some ports
139 # will use indirect string references
, whilst others will use
140 # direct references. So instead of having an expected output
141 # file
, like the other readelf tests
, we grep
for strings that
142 # really ought to be there.
144 proc readelf_wi_test
{} {
150 #
Compile the second test file.
151 if { [target_compile $srcdir
/$subdir
/testprog.c tmpdir
/testprog.o object debug
] != "" } {
152 verbose
"Unable to compile test file."
153 untested
"readelf -wi"
158 set tempfile
[remote_download host tmpdir
/testprog.o
]
160 # Run
"readelf -wi" on it.
161 set got
[remote_exec host
"$READELF $READELFFLAGS -wi $tempfile" "" "/dev/null" "readelf.out"]
163 # Upload the results.
164 set output
[remote_upload host readelf.out
]
166 file_on_host
delete $tempfile
168 #
Strip any superflous warnings.
169 set got
[prune_readelf_wi_warnings
[lindex $got
1]]
171 if ![string match
"" $got] then {
172 fail
"readelf $READELFFLAGS -wi (reason: unexpected output)"
178 if ![file size $output
] then {
179 #
If the output file is empty
, then this target does not
180 # generate dwarf2 output. This is not a failure.
181 verbose
"No output from 'readelf -wi'"
182 untested
"readelf -wi"
186 # Search
for strings that should be in the output.
188 ".*DW_TAG_compile_unit.*"
189 ".*DW_TAG_subprogram.*"
190 ".*DW_TAG_base_type.*"
191 ".*DW_AT_producer.*(GNU C|indirect string).*"
192 ".*DW_AT_language.*ANSI C.*"
193 ".*DW_AT_name.*(testprog.c|indirect string).*"
195 ".*DW_AT_name.*(main|indirect string).*"
196 ".*\(DW_OP_addr: 0\).*"
199 foreach looked_for $sought
{
200 set lines
[grep $output $looked_for
]
201 if ![llength $lines
] then {
202 fail
"readelf -wi: missing: $looked_for"
208 file_on_host
delete $output
214 # This tests
"readelf -wa", but on a file with a compressed
215 # .debug_abbrev section.
217 proc readelf_compressed_wa_test
{} {
223 #
Compile the compressed
-debug
-section test file.
224 if { [target_compile $srcdir
/$subdir
/dw2
-compressed.S tmpdir
/dw2
-compressed.o object debug
] != "" } {
225 verbose
"Unable to compile test file."
226 untested
"readelf -wa (compressed)"
231 set tempfile
[remote_download host tmpdir
/dw2
-compressed.o
]
233 # Run
"readelf -wa" on it.
234 set got
[remote_exec host
"$READELF $READELFFLAGS -wa $tempfile" "" "/dev/null" "readelf.out"]
236 # Upload the results.
237 set output
[remote_upload host readelf.out
]
239 file_on_host
delete $tempfile
241 if { [string compare
[file_contents readelf.out
] [file_contents $srcdir
/$subdir
/readelf.wa
]] != 0 } then {
242 fail
"readelf -wa (compressed)"
243 verbose
"output is \n[file_contents readelf.out]" 2
244 verbose
"expected is \n[file_contents $srcdir/$subdir/readelf.wa]" 2
248 pass
"readelf -wa (compressed)"
251 # Test readelf
's dumping abilities.
253 proc readelf_dump_test {} {
259 # Assemble the dump test file.
260 if {![binutils_assemble $srcdir/$subdir/dumptest.s tmpdir/dumptest.o]} then {
261 unresolved "readelf -p: failed to assemble dump test file"
265 set tempfile [remote_download host tmpdir/dumptest.o]
267 # Run "readelf -p.data" on it.
268 set got [remote_exec host "$READELF $READELFFLAGS -p.data $tempfile" "" "/dev/null" "readelf.out"]
269 set got [lindex $got 1]
271 # Upload the results.
272 set output [remote_upload host readelf.out]
274 # Check for something going wrong.
275 if ![string match "" $got] then {
276 fail "readelf -p: unexpected output"
282 # Search for strings that should be in the output.
287 foreach looked_for $sought {
288 set lines [grep $output $looked_for]
289 if ![llength $lines] then {
290 fail "readelf -p: missing: $looked_for"
296 file_on_host delete $tempfile
297 file_on_host delete $output
302 # XXX FIXME: Add test of readelf -x here
305 if ![is_remote host] {
306 if {[which $READELF] == 0} then {
307 perror "$READELF does not exist"
312 send_user "Version [binutil_version $READELF]"
314 # Assemble the test file.
315 if {![binutils_assemble $srcdir/$subdir/bintest.s tmpdir/bintest.o]} then {
316 perror "could not assemble test file"
317 unresolved "readelf - failed to assemble"
321 if ![is_remote host] {
322 set tempfile tmpdir/bintest.o
324 set tempfile [remote_download host tmpdir/bintest.o]
327 # First, determine the size, so specific output matchers can be used.
328 readelf_find_size $tempfile
331 readelf_test -h $tempfile readelf.h {}
332 readelf_test -S $tempfile readelf.s {}
333 readelf_test -s $tempfile readelf.ss {}
334 readelf_test -r $tempfile readelf.r {}
337 readelf_compressed_wa_test
341 # PR 13482 - Check for off-by-one errors when dumping .note sections.
342 if {![binutils_assemble $srcdir/$subdir/version.s tmpdir/version.o]} then {
343 perror "could not assemble version note test file"
344 unresolved "readelf - failed to assemble"
348 if ![is_remote host] {
349 set tempfile tmpdir/version.o
351 set tempfile [remote_download host tmpdir/version.o]
354 readelf_test -n $tempfile readelf.n {}