[Bug ld/13254] -z text warning breaks gcc testsuite on Solaris

2011-10-24 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13254 --- Comment #5 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-10-25 03:12:22 UTC --- CVSROOT:/cvs/src Module name:src Branch: binutils-2_22-branch Changes by:amo...@sourceware.org2011-10-25 03:12:18

[Bug ld/13254] -z text warning breaks gcc testsuite on Solaris

2011-10-24 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13254 Alan Modra amodra at gmail dot com changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug ld/13254] -z text warning breaks gcc testsuite on Solaris

2011-10-18 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13254 --- Comment #4 from cvs-commit at gcc dot gnu.org cvs-commit at gcc dot gnu.org 2011-10-19 04:13:33 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2011-10-19 04:13:28 Modified files: include

[Bug ld/13254] -z text warning breaks gcc testsuite on Solaris

2011-10-08 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13254 --- Comment #2 from Alan Modra amodra at gmail dot com 2011-10-08 10:10:43 UTC --- Created attachment 5966 -- http://sourceware.org/bugzilla/attachment.cgi?id=5966 add -z text support Please try out this patch -- Configure bugmail:

[Bug ld/13254] -z text warning breaks gcc testsuite on Solaris

2011-10-08 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13254 Alan Modra amodra at gmail dot com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug ld/13254] -z text warning breaks gcc testsuite on Solaris

2011-10-04 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13254 --- Comment #1 from Ian Lance Taylor ian at airs dot com 2011-10-05 00:47:11 UTC --- gold supports -z text. We should just add support to GNU ld. Basically, if we add a DT_TEXTREL entry, we should give an error if -z text was used. --