This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: 2.2.5 plan


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


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