diff options
Diffstat (limited to 'gdb/testsuite/lib/gdb.exp')
-rw-r--r-- | gdb/testsuite/lib/gdb.exp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 016c678..60f84d2 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -2133,12 +2133,6 @@ proc skip_cplus_tests {} { # Return a 1 for configurations for which don't have both C++ and the STL. proc skip_stl_tests {} { - # Symbian supports the C++ language, but the STL is missing - # (both headers and libraries). - if { [istarget "arm*-*-symbianelf*"] } { - return 1 - } - return [skip_cplus_tests] } @@ -2236,7 +2230,6 @@ proc skip_shlib_tests {} { if {([istarget *-*-linux*] || [istarget *-*-*bsd*] || [istarget *-*-solaris2*] - || [istarget arm*-*-symbianelf*] || [istarget *-*-mingw*] || [istarget *-*-cygwin*] || [istarget *-*-pe*])} { @@ -4153,10 +4146,6 @@ proc gdb_compile {source dest type options} { # Do not need anything. } elseif { [istarget *-*-freebsd*] || [istarget *-*-openbsd*] } { lappend new_options "ldflags=-Wl,-rpath,${outdir}" - } elseif { [istarget arm*-*-symbianelf*] } { - if { $shlib_load } { - lappend new_options "libs=-ldl" - } } else { if { $shlib_load } { lappend new_options "libs=-ldl" @@ -6199,7 +6188,6 @@ gdb_caching_proc gdb_has_argv0 { || [istarget *-*-cygwin*] || [istarget *-*-mingw32*] || [istarget *-*-*djgpp*] || [istarget *-*-go32*] || [istarget *-wince-pe] || [istarget *-*-mingw32ce*] - || [istarget *-*-symbianelf*] || [istarget *-*-osf*] || [istarget *-*-dicos*] || [istarget *-*-nto*] |