This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 ports/12354] compiling glibc gives "previous cfi entry not closed" while compiling on ARM


http://sourceware.org/bugzilla/show_bug.cgi?id=12354

--- Comment #4 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2011-01-05 21:59:49 UTC ---
I think you are making things much more complicated than necessary.  It 
seems more likely that all that's needed is adding END calls to match the 
ENTRY ones in sysdeps/unix/sysv/linux/arm/sigrestorer.S.  Note that 
old-ABI has been essentially unmaintained for a long time now; I strongly 
recommend moving to EABI.  sysdeps/unix/sysv/linux/arm/eabi/sigrestorer.S 
has the END calls and the file you reference should not be used at all in 
an EABI build.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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