The patch as applied was as follows:

--- libgomp/configure.tgt      2007/05/04 19:20:28     124444
+++ libgomp/configure.tgt      2007/05/04 19:21:18     124445
@@ -11,14 +11,11 @@
 #  XLDFLAGS           Add extra link flags to use.

 # Optimize TLS usage by avoiding the overhead of dynamic allocation.
-# This does require that the library be present during process
-# startup, so mark the library as not to be dlopened.
 if test $have_tls = yes ; then
   case "${target}" in

     *-*-linux*)
       XCFLAGS="${XCFLAGS} -ftls-model=initial-exec"
-      XLDFLAGS="${XLDFLAGS} -Wl,-z,nodlopen"
       ;;
   esac
 fi

However, the upstream bug indicates that the XCFLAGS line needs to be
removed too. Reopening.

** Changed in: gcc-4.2 (Ubuntu Hardy)
       Status: Fix Committed => Triaged

-- 
Please apply libgomp patch to GCC for Hardy Heron
https://bugs.launchpad.net/bugs/235070
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to