mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
* gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
test for PRO targets.
This commit is contained in:
parent
d0c997a9ac
commit
b9ba33e6f0
@ -1,5 +1,8 @@
|
|||||||
Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
|
Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||||
|
|
||||||
|
* gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
|
||||||
|
test for PRO targets.
|
||||||
|
|
||||||
* gdb.base/funcargs.exp: Avoid ever setting more than 8
|
* gdb.base/funcargs.exp: Avoid ever setting more than 8
|
||||||
breakpoints in the inferior at any given time by making
|
breakpoints in the inferior at any given time by making
|
||||||
two groups of breakpoints for call2*, call6* and call7*
|
two groups of breakpoints for call2*, call6* and call7*
|
||||||
|
@ -934,6 +934,12 @@ gdb_test "print 'scope0.c'::filelocal_ro" "= 201"
|
|||||||
|
|
||||||
# gdb currently cannot access bss memory on some targets if the inferior
|
# gdb currently cannot access bss memory on some targets if the inferior
|
||||||
# is not running.
|
# is not running.
|
||||||
|
#
|
||||||
|
# For PA boards using monitor/remote-pa.c, the bss test is going to
|
||||||
|
# randomly fail. We've already put remote-pa on the target stack,
|
||||||
|
# so we actually read memory from the board. Problem is crt0.o
|
||||||
|
# is responsible for clearing bss and that hasnt' happened yet.
|
||||||
|
setup_xfail "hppa*-*-*pro*"
|
||||||
if {$gcc_compiled} then { setup_xfail "rs6000-*-*" }
|
if {$gcc_compiled} then { setup_xfail "rs6000-*-*" }
|
||||||
send "print 'scope0.c'::filelocal_bss\n"
|
send "print 'scope0.c'::filelocal_bss\n"
|
||||||
expect {
|
expect {
|
||||||
|
Loading…
Reference in New Issue
Block a user