Comment 12 for bug 235070

Revision history for this message
Colin Watson (cjwatson) wrote :

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.