2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
Partial fix for PR testsuite/1456. * gdb.base/complex.exp: Replace reference to gcc_compiled with call to test_compiler_info.
This commit is contained in:
parent
a99c632e4f
commit
d7afdf9bce
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
|
Partial fix for PR testsuite/1456.
|
||||||
|
* gdb.base/complex.exp: Replace reference to gcc_compiled with
|
||||||
|
call to test_compiler_info.
|
||||||
|
|
||||||
2003-11-29 Mark Kettenis <kettenis@gnu.org>
|
2003-11-29 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
|
* gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
|
||||||
|
|
|
@ -48,7 +48,7 @@ gdb_load $binfile
|
||||||
|
|
||||||
if [runto f2] then {
|
if [runto f2] then {
|
||||||
get_debug_format
|
get_debug_format
|
||||||
if {$gcc_compiled == 2 && [test_debug_format "DWARF 2"]} then {
|
if { [test_compiler_info gcc-2-*] && [test_debug_format "DWARF 2"] } then {
|
||||||
setup_xfail "*-*-*"
|
setup_xfail "*-*-*"
|
||||||
}
|
}
|
||||||
gdb_test "p *y" "\\\$\[0-9\]* = \{c = 42 '\\*', f = 1 \\+ 0 \\* I\}" \
|
gdb_test "p *y" "\\\$\[0-9\]* = \{c = 42 '\\*', f = 1 \\+ 0 \\* I\}" \
|
||||||
|
|
Loading…
Reference in a new issue