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: patch to make init_array work (3nd version)


>>>>> On Mon, 9 Dec 2002 01:13:13 -0800, Roland McGrath <roland@redhat.com> said:

  Roland> I reimplemented it myself.  I put the functions called from
  Roland> start.S into libc.a and libc_nonshared.a with different
  Roland> versions for the two cases, so the correct behavior (calling
  Roland> the executable's preinit array or not) is selected at link
  Roland> time instead of using a kludge with run-time overhead.

Cool, that is a much nicer solution.

I'm glad that init_array will finally be working.

Thanks,

	--david


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