2011-09-22 Andreas Tobler <andreast@fgznet.ch>
authorAndreas Tobler <andreast@sourceware.org>
Thu, 22 Sep 2011 04:58:22 +0000 (04:58 +0000)
committerAndreas Tobler <andreast@sourceware.org>
Thu, 22 Sep 2011 04:58:22 +0000 (04:58 +0000)
* lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
list of compilation switches for <*-*-freebsd*>.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index 38e692cc458d8bf0ef88cbd8b8b83d8f91f28f8f..d426e4230f21b367a18dcbe62a337844c56e8e33 100644 (file)
@@ -1,3 +1,8 @@
+2011-09-22  Andreas Tobler  <andreast@fgznet.ch>
+
+       * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
+       list of compilation switches for <*-*-freebsd*>.
+
 2011-09-19  Stan Shebs  <stan@codesourcery.com>
 
        * gdb.trace/tspeed.exp: New file.
index 1476c1916513e1d052c50de71926916196d1a3e1..151d7e2d9c5ad73c64d262b6f18209ad619bdf6d 100644 (file)
@@ -2233,7 +2233,7 @@ proc gdb_compile {source dest type options} {
              || [istarget *-*-pe*]
              || [istarget hppa*-*-hpux*])} {
            # Do not need anything.
-       } elseif { [istarget *-*-openbsd*] } {
+       } elseif { [istarget *-*-freebsd*] || [istarget *-*-openbsd*] } {
            lappend new_options "ldflags=-Wl,-rpath,${outdir}"
        } elseif { [istarget arm*-*-symbianelf*] } {
            if { $shlib_load } {