mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
(test4): Delete incorrect foo__1B test. Reformat file.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2000-04-12 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* ld-selective/selective.exp (test4): Delete incorrect foo__1B
|
||||
test. White space changes throughout file.
|
||||
|
||||
2000-03-13 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* ld-scripts/phdrs.t: Discard all unexpected sections.
|
||||
|
@ -135,11 +135,6 @@ if ![ld_simple_link $ld tmpdir/3.x "$ldflags tmpdir/3.o"] {
|
||||
} else {
|
||||
if ![ld_nm $nm tmpdir/3.x] {
|
||||
unresolved $test4
|
||||
} else {
|
||||
if {[info exists nm_output(foo__1B)]} {
|
||||
send_log "foo__1B == $nm_output(foo__1B)\n"
|
||||
verbose "foo__1B == $nm_output(foo__1B)"
|
||||
fail $test4
|
||||
} else {
|
||||
if {[ info exists nm_output(bar__1A)]} {
|
||||
send_log "bar__1A== $nm_output(_bar__1A)\n"
|
||||
@ -150,7 +145,6 @@ if ![ld_simple_link $ld tmpdir/3.x "$ldflags tmpdir/3.o"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if { ![ld_compile "$CC $cflags $cxxflags" $srcdir/$subdir/4.cc tmpdir/4.o]} {
|
||||
unresolved $test5
|
||||
|
Reference in New Issue
Block a user