mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
Partial fix for PR testsuite/1456. * gdb.base/callfuncs.exp (do_function_calls): Replace reference to gcc_compiled with call to test_compiler_info.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
|
Partial fix for PR testsuite/1456.
|
||||||
|
* gdb.base/callfuncs.exp (do_function_calls): Replace reference to
|
||||||
|
gcc_compiled with call to test_compiler_info.
|
||||||
|
|
||||||
2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
|
2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
Partial fix for PR testsuite/1456.
|
Partial fix for PR testsuite/1456.
|
||||||
|
@ -95,7 +95,6 @@ proc set_lang_c {} {
|
|||||||
|
|
||||||
proc do_function_calls {} {
|
proc do_function_calls {} {
|
||||||
global prototypes
|
global prototypes
|
||||||
global gcc_compiled
|
|
||||||
global gdb_prompt
|
global gdb_prompt
|
||||||
|
|
||||||
# We need to up this because this can be really slow on some boards.
|
# We need to up this because this can be really slow on some boards.
|
||||||
@ -149,7 +148,7 @@ proc do_function_calls {} {
|
|||||||
# to be a generic problem on quite a few platforms.
|
# to be a generic problem on quite a few platforms.
|
||||||
if $prototypes then {
|
if $prototypes then {
|
||||||
setup_xfail "sparc-*-*" "mips*-*-*" 5318
|
setup_xfail "sparc-*-*" "mips*-*-*" 5318
|
||||||
if {!$gcc_compiled} then {
|
if { ! [test_compiler_info gcc-*-*] } then {
|
||||||
setup_xfail "alpha-dec-osf2*" "i*86-*-sysv4*" 5318
|
setup_xfail "alpha-dec-osf2*" "i*86-*-sysv4*" 5318
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user