mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* 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:
@ -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>
|
2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* lib/gdb.exp (gdb_expect): Fix timeout typo.
|
* 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.
|
# some targets have leading underscores on assembly symbols.
|
||||||
# TODO: detect this automatically
|
# TODO: detect this automatically
|
||||||
set additional_flags ""
|
set additional_flags ""
|
||||||
if [istarget "i?86-*-cygwin*"] then {
|
if { [istarget "*-*-cygwin*"] || [istarget "*-*-mingw*"] } then {
|
||||||
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ set binfile ${objdir}/${subdir}/${testfile}
|
|||||||
# some targets have leading underscores on assembly symbols.
|
# some targets have leading underscores on assembly symbols.
|
||||||
# TODO: detect this automatically
|
# TODO: detect this automatically
|
||||||
set additional_flags ""
|
set additional_flags ""
|
||||||
if [istarget "i?86-*-cygwin*"] then {
|
if { [istarget "*-*-cygwin*"] || [istarget "*-*-mingw*"] } then {
|
||||||
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ set binfile ${objdir}/${subdir}/${testfile}
|
|||||||
# some targets have leading underscores on assembly symbols.
|
# some targets have leading underscores on assembly symbols.
|
||||||
# TODO: detect this automatically
|
# TODO: detect this automatically
|
||||||
set additional_flags ""
|
set additional_flags ""
|
||||||
if [istarget "i?86-*-cygwin*"] then {
|
if { [istarget "*-*-cygwin*"] || [istarget "*-*-mingw*"] } then {
|
||||||
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
set additional_flags "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user