mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* gdb.arch/i386-prologue.exp: Compile without debug information.
This commit is contained in:
parent
2f9b146ed8
commit
5598c03d21
@ -1,3 +1,7 @@
|
||||
2004-08-08 Daniel Jacobowitz <dan@debian.org>
|
||||
|
||||
* gdb.arch/i386-prologue.exp: Compile without debug information.
|
||||
|
||||
2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
|
||||
|
||||
* lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
|
||||
|
@ -44,7 +44,9 @@ if [istarget "i?86-*-cygwin*"] then {
|
||||
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
||||
}
|
||||
|
||||
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug $additional_flags]] != "" } {
|
||||
# Don't use "debug", so that we don't have line information for the assembly
|
||||
# fragments.
|
||||
if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list $additional_flags]] != "" } {
|
||||
gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail."
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user