[Bug target/54226] Executables compiled with -pie do not work on NetBSD/sparc or sparc

2012-08-11 Thread sch...@linux-m68k.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54226

Andreas Schwab  changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2012-08-11
 Ever Confirmed|0   |1

--- Comment #1 from Andreas Schwab  2012-08-11 08:25:43 
UTC ---
gcc 4.5 is no longer maintained, please try out 4.6 at least.

*-*-netbsd* (in 4.5/4.6) already uses t-netbsd and t-libgcc-pic (in gcc/config)
which causes both libgcc and crtstuff to be compiled with -fPIC.  In 4.7 and
later this is set by t-crtstuff-pic and t-libgcc-pic in libgcc/config.


[Bug target/54226] Executables compiled with -pie do not work on NetBSD/sparc or sparc

2012-08-11 Thread martin at netbsd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54226

Martin Husemann  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution||FIXED

--- Comment #2 from Martin Husemann  2012-08-11 
10:39:35 UTC ---
I see - that is fine, and sorry I did not check newer branches before.