mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 13:23:10 +08:00
gdb/testsuite/
* lib/gdb.exp (gdb_compile): Remove dead aix and irix related bits.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2009-10-08 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* lib/gdb.exp (gdb_compile): Remove dead aix and irix related
|
||||||
|
bits.
|
||||||
|
|
||||||
2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
* gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
|
* gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
|
||||||
|
@ -1723,16 +1723,10 @@ proc gdb_compile {source dest type options} {
|
|||||||
} else {
|
} else {
|
||||||
lappend source $shlib_name
|
lappend source $shlib_name
|
||||||
}
|
}
|
||||||
if {$shlib_found == 0} {
|
if { $shlib_found == 0 } {
|
||||||
set shlib_found 1
|
set shlib_found 1
|
||||||
if { ([test_compiler_info "gcc-*"]
|
if { ([istarget "*-*-mingw*"]
|
||||||
&& ([istarget "powerpc*-*-aix*"]
|
|| [istarget *-*-cygwin*]) } {
|
||||||
|| [istarget "rs6000*-*-aix*"] )) } {
|
|
||||||
lappend options "additional_flags=-L${outdir}"
|
|
||||||
} elseif { [istarget "mips-sgi-irix*"] } {
|
|
||||||
lappend options "additional_flags=-rpath ${outdir}"
|
|
||||||
} elseif { ([istarget "*-*-mingw*"]
|
|
||||||
|| [istarget *-*-cygwin*]) } {
|
|
||||||
lappend new_options "additional_flags=-Wl,--enable-auto-import"
|
lappend new_options "additional_flags=-Wl,--enable-auto-import"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user