(test4): Delete incorrect foo__1B test. Reformat file.

This commit is contained in:
Alan Modra
2000-04-12 03:44:15 +00:00
parent 6a345e871d
commit 3017ff0eca
2 changed files with 36 additions and 37 deletions

View File

@ -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.

View File

@ -71,7 +71,7 @@ if ![ld_simple_link $ld tmpdir/1.x "$ldflags tmpdir/1.o"] {
}
}
}
}
}
if { ![ld_compile "$CC $cflags" $srcdir/$subdir/2.c tmpdir/2.o]} {
unresolved $test2
@ -92,7 +92,7 @@ if ![ld_simple_link $ld tmpdir/2.x "$ldflags tmpdir/2.o"] {
pass $test2
}
}
}
}
if { ![ld_compile "$CC $cflags" $srcdir/$subdir/2.c tmpdir/2.o]} {
unresolved $test3
@ -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"
@ -149,7 +144,6 @@ if ![ld_simple_link $ld tmpdir/3.x "$ldflags tmpdir/3.o"] {
pass $test4
}
}
}
}
if { ![ld_compile "$CC $cflags $cxxflags" $srcdir/$subdir/4.cc tmpdir/4.o]} {