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]

Re: DF_1_INTIFIRST


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.

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