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]


On Sat, Sep 04, 1999 at 08:49:27AM -0700, Zack Weinberg wrote:
> sysdeps/i386/Makefile adds -march=i386 to CFLAGS, which is supposed to
> go back to the old style of -fPIC.  It works on a test file, but
> doesn't on initfini.c, I don't know why.

I don't believe you.  If it isn't working on initfini.c, then
the -march=i386 flag isn't really showing up on the gcc command line.

Both uses of pic_label_name are protected by TARGET_DEEP_BRANCH_PREDICTION.


r~

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