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 #3 from michel van der breggen <breggen at hotmail dot com> 2011-01-05 21:12:57 UTC ---
I've been digging around in the created .s file and found that it indeed does
not create correct cfi information. At some point cfi information is placed
without actually setting an cfi_startproc or no cfi_endproc is included. 

What I think is that the implementation of cfi commands for the ARM is not
completely implemented correctly because in DOARGS and UNDOARGS ( in
/sysdeps/unix/sysv/linux/arm/sysdep.h ) no check is made of the cfi is indeed
within start-end pattern.

-- 
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]