mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
Partial fix for PR testsuite/1456. * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls to test_compiler_info.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
|
Partial fix for PR testsuite/1456.
|
||||||
|
* gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
|
||||||
|
to test_compiler_info.
|
||||||
|
|
||||||
2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
|
2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
* gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
|
* gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
|
||||||
|
@ -37,7 +37,7 @@ if [get_compiler_info ${binfile}] {
|
|||||||
|
|
||||||
# This test must be compiled with -O2 if using gcc.
|
# This test must be compiled with -O2 if using gcc.
|
||||||
|
|
||||||
if {$gcc_compiled} then {
|
if { [test_compiler_info gcc-*-*] } then {
|
||||||
if { [gdb_compile "${srcdir}/$subdir/${srcfile}" "${binfile}" executable {debug additional_flags=-O2}] != "" } {
|
if { [gdb_compile "${srcdir}/$subdir/${srcfile}" "${binfile}" executable {debug additional_flags=-O2}] != "" } {
|
||||||
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
||||||
}
|
}
|
||||||
@ -56,7 +56,7 @@ if [runto middle] then {
|
|||||||
# PR 3016
|
# PR 3016
|
||||||
# warning: Hit heuristic-fence-post without finding
|
# warning: Hit heuristic-fence-post without finding
|
||||||
# warning: enclosing function for pc 0x1006ead0
|
# warning: enclosing function for pc 0x1006ead0
|
||||||
if {$gcc_compiled} then {
|
if { [test_compiler_info gcc-*-*] } then {
|
||||||
setup_xfail "mips*-sgi-irix4*" "mips64*-*-elf"
|
setup_xfail "mips*-sgi-irix4*" "mips64*-*-elf"
|
||||||
}
|
}
|
||||||
# The call chain is main -> top -> middle. But gcc can optimize a tail
|
# The call chain is main -> top -> middle. But gcc can optimize a tail
|
||||||
|
Reference in New Issue
Block a user