This is the mail archive of the libc-hacker@sourceware.cygnus.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: new way of generating crt[ni].o [patch]


Ulrich Drepper wrote:
> Zack Weinberg <zack@bitmover.com> writes:
> 
> > The new x86 back end wants to generate trampolines to load the PIC
> > base register all the time (yes, even with -march=i386).  The current
> > crt[in] generation can't handle this.  So I rewrote it again.
> 
> It looks interesting but this whole changes really suggest that we go
> with hand-written code.  It's only a few lines.  We could keep the
> current scheme (maybe your rewrite) as a backup solution, e.g., to help
> new ports to a quick start.

I agree.  I did it this way because I'm not competent to write the
assembly stubs.

zw

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