This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/33864] gcc 4.3 svn fails to compile glibc 2.7's crti.o



------- Comment #4 from jsm28 at gcc dot gnu dot org  2010-05-22 17:38 -------
Not a GCC bug; glibc is manipulating .s output from GCC in ways that
aren't expected to work with all possible options.  FWIW, EGLIBC has a fix
to allow it to build for x86 when unwind tables are enabled by default:

2009-06-25  Kazu Hirata  <kazu@codesourcery.com>

        * sysdeps/i386/Makefile (CFLAGS-initfini.s): Add
        -fno-asynchronous-unwind-tables and -fno-unwind-tables.
        (CFLAGS-pt-initfini.s): New.


-- 

jsm28 at gcc dot gnu dot org changed:

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]