mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
testsuite: Don't set SYMBOL_PREFIX for x86_64_*_cygwin
Exactly like x86_64-*-mingw, SYMBOL_PREFIX should not be set to "_" for x86_64_*_cygwin gdb/testuite/ChangeLog: * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set SYMBOL_PREFIX for x86_64-*-cygwin.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
|
||||||
|
|
||||||
|
* lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
|
||||||
|
SYMBOL_PREFIX for x86_64-*-cygwin.
|
||||||
|
|
||||||
2015-03-26 Andy Wingo <wingo@igalia.com>
|
2015-03-26 Andy Wingo <wingo@igalia.com>
|
||||||
|
|
||||||
PR symtab/18148
|
PR symtab/18148
|
||||||
|
@ -4998,7 +4998,7 @@ proc core_find {binfile {deletefiles {}} {arg ""}} {
|
|||||||
# TODO: find out automatically if the target needs this.
|
# TODO: find out automatically if the target needs this.
|
||||||
|
|
||||||
proc gdb_target_symbol_prefix_flags {} {
|
proc gdb_target_symbol_prefix_flags {} {
|
||||||
if { [istarget "*-*-cygwin*"] || [istarget "i?86-*-mingw*"]
|
if { [istarget "i?86-*-cygwin*"] || [istarget "i?86-*-mingw*"]
|
||||||
|| [istarget "*-*-msdosdjgpp*"] || [istarget "*-*-go32*"] } {
|
|| [istarget "*-*-msdosdjgpp*"] || [istarget "*-*-go32*"] } {
|
||||||
return "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
return "additional_flags=-DSYMBOL_PREFIX=\"_\""
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user