mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
2003-05-03 H.J. Lu <hjl@gnu.org>
* gas/elf/elf.exp (run_list_test): Support pipe for readelf. * gas/elf/type.e-m32r: Removed. * gas/elf/type.e-mips: Likewise. * gas/elf/type.e-miwmmxt: Likewise. * gas/elf/type.e: Updated.
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
2003-05-03 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* gas/elf/elf.exp (run_list_test): Support pipe for readelf.
|
||||||
|
|
||||||
|
* gas/elf/type.e-m32r: Removed.
|
||||||
|
* gas/elf/type.e-mips: Likewise.
|
||||||
|
* gas/elf/type.e-miwmmxt: Likewise.
|
||||||
|
|
||||||
|
* gas/elf/type.e: Updated.
|
||||||
|
|
||||||
2003-05-03 H.J. Lu <hjl@gnu.org>
|
2003-05-03 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* gas/ia64/ia64.exp: Add unwind.
|
* gas/ia64/ia64.exp: Add unwind.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# elf tests
|
# elf tests
|
||||||
#
|
#
|
||||||
|
|
||||||
proc run_list_test { name suffix opts } {
|
proc run_list_test { name suffix opts readelf_pipe } {
|
||||||
global READELF
|
global READELF
|
||||||
global srcdir subdir
|
global srcdir subdir
|
||||||
set testname "elf $name list"
|
set testname "elf $name list"
|
||||||
@ -15,7 +15,7 @@ proc run_list_test { name suffix opts } {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
send_log "$READELF -s dump.o > dump.out\n"
|
send_log "$READELF -s dump.o > dump.out\n"
|
||||||
catch "exec $READELF -s dump.o > dump.out\n" comp_output
|
catch "exec $READELF -s dump.o $readelf_pipe > dump.out\n" comp_output
|
||||||
if ![string match "" $comp_output] then {
|
if ![string match "" $comp_output] then {
|
||||||
send_log "$comp_output\n"
|
send_log "$comp_output\n"
|
||||||
fail $testname
|
fail $testname
|
||||||
@ -53,7 +53,7 @@ if { ([istarget "*-*-elf*"]
|
|||||||
run_dump_test "ehopt0"
|
run_dump_test "ehopt0"
|
||||||
run_dump_test "section0"
|
run_dump_test "section0"
|
||||||
run_dump_test "section1"
|
run_dump_test "section1"
|
||||||
run_list_test "section2" "$target_machine" "-al"
|
run_list_test "section2" "$target_machine" "-al" ""
|
||||||
run_dump_test "symver"
|
run_dump_test "symver"
|
||||||
run_list_test "type" "$target_machine" ""
|
run_list_test "type" "" "" "| grep \"1 \\\[FONT\\\]\""
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,4 @@
|
|||||||
|
.: 0+0 1 FUNC LOCAL DEFAULT . function
|
||||||
Symbol table '.symtab' contains 8 entries:
|
.: 0+0 1 OBJECT LOCAL DEFAULT . object
|
||||||
Num: Value[ ]* Size Type Bind Vis Ndx Name
|
.: 0+1 1 TLS LOCAL DEFAULT . tls_object
|
||||||
0: 0+0 0 NOTYPE LOCAL DEFAULT UND
|
.: 0+2 1 NOTYPE LOCAL DEFAULT . notype
|
||||||
1: 0+0 0 SECTION LOCAL DEFAULT 1
|
|
||||||
2: 0+0 0 SECTION LOCAL DEFAULT 2
|
|
||||||
3: 0+0 0 SECTION LOCAL DEFAULT 3
|
|
||||||
4: 0+0 1 FUNC LOCAL DEFAULT . function
|
|
||||||
5: 0+0 1 OBJECT LOCAL DEFAULT . object
|
|
||||||
6: 0+1 1 TLS LOCAL DEFAULT . tls_object
|
|
||||||
7: 0+2 1 NOTYPE LOCAL DEFAULT . notype
|
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
Symbol table '.symtab' contains 9 entries:
|
|
||||||
Num: Value[ ]* Size Type Bind Vis Ndx Name
|
|
||||||
0: 0+0 0 NOTYPE LOCAL DEFAULT UND
|
|
||||||
1: 0+0 0 SECTION LOCAL DEFAULT 1
|
|
||||||
2: 0+0 0 SECTION LOCAL DEFAULT 2
|
|
||||||
3: 0+0 0 SECTION LOCAL DEFAULT 3
|
|
||||||
4: 0+0 1 FUNC LOCAL DEFAULT . function
|
|
||||||
5: 0+0 1 OBJECT LOCAL DEFAULT . object
|
|
||||||
6: 0+1 1 TLS LOCAL DEFAULT . tls_object
|
|
||||||
7: 0+2 1 NOTYPE LOCAL DEFAULT . notype
|
|
||||||
8: 0+0 0 SECTION LOCAL DEFAULT .
|
|
@ -1,13 +0,0 @@
|
|||||||
|
|
||||||
Symbol table '.symtab' contains 10 entries:
|
|
||||||
Num: Value[ ]* Size Type Bind Vis Ndx Name
|
|
||||||
0: 0+0 0 NOTYPE LOCAL DEFAULT UND
|
|
||||||
1: 0+0 0 SECTION LOCAL DEFAULT 1
|
|
||||||
2: 0+0 0 SECTION LOCAL DEFAULT 2
|
|
||||||
3: 0+0 0 SECTION LOCAL DEFAULT 3
|
|
||||||
4: 0+0 1 FUNC LOCAL DEFAULT . function
|
|
||||||
5: 0+0 1 OBJECT LOCAL DEFAULT . object
|
|
||||||
6: 0+1 1 TLS LOCAL DEFAULT . tls_object
|
|
||||||
7: 0+2 1 NOTYPE LOCAL DEFAULT . notype
|
|
||||||
8: 0+0 0 SECTION LOCAL DEFAULT .
|
|
||||||
9: 0+0 0 SECTION LOCAL DEFAULT .
|
|
@ -1,12 +0,0 @@
|
|||||||
|
|
||||||
Symbol table '.symtab' contains 9 entries:
|
|
||||||
Num: Value[ ]* Size Type Bind Vis Ndx Name
|
|
||||||
0: 0+0 0 NOTYPE LOCAL DEFAULT UND
|
|
||||||
1: 0+0 0 SECTION LOCAL DEFAULT 1
|
|
||||||
2: 0+0 0 SECTION LOCAL DEFAULT 2
|
|
||||||
3: 0+0 0 SECTION LOCAL DEFAULT 3
|
|
||||||
4: 0+0 1 FUNC LOCAL DEFAULT . function
|
|
||||||
5: 0+0 1 OBJECT LOCAL DEFAULT . object
|
|
||||||
6: 0+1 1 TLS LOCAL DEFAULT . tls_object
|
|
||||||
7: 0+2 1 NOTYPE LOCAL DEFAULT . notype
|
|
||||||
8: 0+0 0 SECTION LOCAL DEFAULT .
|
|
Reference in New Issue
Block a user