DF_1_INTIFIRST
H . J . Lu
hjl@valinux.com
Sat Feb 3 00:07:00 GMT 2001
On Thu, Feb 01, 2001 at 10:34:46PM -0800, Ulrich Drepper wrote:
> I've implemented the DF_1_INTIFIRST flag now and it's being used in
> the thread library (and only there, it's specially for this DSO). The
> test case Jakub sent works for me now. On i686.
May I make a suggestion? Since initfini.c and pt-initfini.c are
very similar, can we combine them into one and use
#ifdef PT_INITFINI_C
#endif
to compile it for initfini.c and pt-initfini.c? It will help HPPA,
IA64, SH, S390 a lot since their initfini.cs are hand-written. We
can write one pt-initfini.c as
#define PT_INITFINI_C
#include <initfini.c>
H.J.
More information about the Libc-hacker
mailing list