2.2.5 plan

Jakub Jelinek jakub@redhat.com
Mon Jan 7 04:51:00 GMT 2002


On Sun, Jan 06, 2002 at 09:38:23PM -0800, Ulrich Drepper wrote:
> Ben Collins <bcollins@debian.org> writes:
> 
> > Ok, I'll try it with that then. This is the gcc3 patch, or the dw2
> > patch?
> 
> The last patch Jakub sent.  It contains dwarf changes.

It passed all my and Marks eh tests with gcc 3.1 using PT_GNU_EH_FRAME, so
I think it is ok.
There is just one thing which I'd like still to do with it (if glibc
configure finds out it is being compiled by gcc which passes --eh-frame-hdr
to the linker, then elf/soinit.c (__libc_global_ctors) doesn't have to
call __register_frame_info* and similarly elf/soinit.c (_fini) doesn't have
to call __deregister_frame_info*), but I guess it doesn't necessarily need
to be on 2.2 branch, since it is just an optimization.

	Jakub



More information about the Libc-hacker mailing list