2008-07-12 18:22:45 |
Joshua Finkbeiner |
bug |
|
|
added attachment 'gcc-shared-openmp.dpatch' (gcc-shared-openmp.dpatch) |
2008-08-09 11:40:33 |
guidol |
gcc-4.2: status |
New |
Confirmed |
|
2008-09-05 21:50:45 |
Matthias Klose |
gcc-4.2: status |
Confirmed |
In Progress |
|
2008-09-05 21:51:16 |
Matthias Klose |
gcc-4.2: status |
New |
In Progress |
|
2008-09-05 21:51:16 |
Matthias Klose |
gcc-4.2: statusexplanation |
|
|
|
2008-09-10 15:46:54 |
Martin Pitt |
gcc-4.2: status |
In Progress |
Fix Committed |
|
2008-09-10 15:47:23 |
Martin Pitt |
bug |
|
|
added subscriber SRU Verification |
2008-10-08 14:00:09 |
Launchpad Janitor |
gcc-4.2: status |
In Progress |
Fix Released |
|
2009-01-19 11:02:14 |
Colin Watson |
gcc-4.2: status |
Fix Committed |
Triaged |
|
2009-01-19 11:02:14 |
Colin Watson |
gcc-4.2: statusexplanation |
|
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. |
|
2009-01-23 15:07:23 |
Martin Pitt |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2009-02-19 02:06:28 |
Steve Langasek |
bug |
|
|
added subscriber SRU Verification |
2009-02-19 02:12:18 |
Steve Langasek |
gcc-4.2: status |
Triaged |
Fix Committed |
|
2009-02-19 02:12:18 |
Steve Langasek |
gcc-4.2: statusexplanation |
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. |
I mean hardy-proposed, sorry. |
|
2009-03-21 19:41:22 |
pavel |
displayname |
Bug #235070 |
Bug #235070 (tragik1) |
|
2009-03-21 19:41:22 |
pavel |
name |
|
tragik1 |
|
2009-03-21 19:43:01 |
pavel |
gcc-4.2: assignee |
|
gchoty |
|
2009-03-21 19:43:01 |
pavel |
gcc-4.2: statusexplanation |
I mean hardy-proposed, sorry. |
|
|
2009-06-21 21:56:42 |
Steve Langasek |
tags |
verification-needed |
verification-done |
|
2009-06-21 21:58:25 |
Launchpad Janitor |
gcc-4.2 (Ubuntu Hardy): status |
Fix Committed |
Fix Released |
|
2010-01-09 02:44:15 |
Launchpad Janitor |
branch linked |
|
lp:debian/gcc-4.2 |
|
2010-01-09 02:55:23 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/gcc-4.2 |
|
2010-01-09 03:00:32 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/hardy-updates/gcc-4.2 |
|