[Bug c++/50230] [4.5 regression] compiling CMake on PA-RISC fails due to unreachable symbols

danglin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 5 20:12:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50230

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #5 from John David Anglin <danglin at gcc dot gnu.org> 2011-09-05 20:11:53 UTC ---
This is a binutils problem.  Stubs and section merging don't
play well together.  I'll see if I can fix the default linker
script.

The error doesn't occur if the linker option '--unique=.text.*'
is used.



More information about the Gcc-bugs mailing list