mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
Fix PR testsuite/1679. * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file. Issue an UNSUPPORTED result instead.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
|
||||
|
||||
Fix PR testsuite/1679.
|
||||
* gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
|
||||
Issue an UNSUPPORTED result instead.
|
||||
|
||||
2004-06-18 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.base/charset.exp: Only send a control-C if we see a new
|
||||
|
@ -35,7 +35,8 @@ set testfile "i386-sse"
|
||||
set srcfile ${testfile}.c
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}] != "" } {
|
||||
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
||||
unsupported "compiler does not support SSE"
|
||||
return
|
||||
}
|
||||
|
||||
gdb_exit
|
||||
|
Reference in New Issue
Block a user