This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libmudflap/38738] libmudflap could be enabled for Solaris when using GNU ld
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 20 Jun 2011 11:23:27 +0000
- Subject: [Bug libmudflap/38738] libmudflap could be enabled for Solaris when using GNU ld
- Auto-submitted: auto-generated
- References: <bug-38738-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38738
Rainer Orth <ro at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed| |2011.06.20 11:23:10
CC| |ro at gcc dot gnu.org
AssignedTo|unassigned at gcc dot |ro at gcc dot gnu.org
|gnu.org |
Target Milestone|--- |4.7.0
Ever Confirmed|0 |1
--- Comment #5 from Rainer Orth <ro at gcc dot gnu.org> 2011-06-20 11:23:10 UTC ---
It doesn't even depend on GNU ld, though: newer versions of Sun ld support
--wrap (resp. -z wrap), too.
I'm working to get this fixed.
Rainer