* gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
* gdb.arch/i386-prologue.exp: Likewise. * gdb.arch/i386-unwind.exp: Likewise.
This commit is contained in:
parent
37a9ac43fb
commit
c418769792
@ -1,3 +1,9 @@
|
||||
2009-11-03 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
|
||||
* gdb.arch/i386-prologue.exp: Likewise.
|
||||
* gdb.arch/i386-unwind.exp: Likewise.
|
||||
|
||||
2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* lib/gdb.exp (gdb_expect): Fix timeout typo.
|
||||
|
@ -42,7 +42,7 @@ set binfile ${objdir}/${subdir}/${testfile}
|
||||
# some targets have leading underscores on assembly symbols.
|
||||
# TODO: detect this automatically
|
||||
set additional_flags ""
|
||||
if [istarget "i?86-*-cygwin*"] then {
|
||||
if { [istarget "*-*-cygwin*"] || [istarget "*-*-mingw*"] } then {
|
||||
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@ set binfile ${objdir}/${subdir}/${testfile}
|
||||
# some targets have leading underscores on assembly symbols.
|
||||
# TODO: detect this automatically
|
||||
set additional_flags ""
|
||||
if [istarget "i?86-*-cygwin*"] then {
|
||||
if { [istarget "*-*-cygwin*"] || [istarget "*-*-mingw*"] } then {
|
||||
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,7 @@ set binfile ${objdir}/${subdir}/${testfile}
|
||||
# some targets have leading underscores on assembly symbols.
|
||||
# TODO: detect this automatically
|
||||
set additional_flags ""
|
||||
if [istarget "i?86-*-cygwin*"] then {
|
||||
if { [istarget "*-*-cygwin*"] || [istarget "*-*-mingw*"] } then {
|
||||
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user