This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: 2.1.94: No way to compile for mipsel-linux-gnu w/o optimization


On Mon, 9 Oct 2000, Maciej W. Rozycki wrote:

> On 9 Oct 2000, Ulrich Drepper wrote:
> 
> > I'm not positively sure, but I thing dl-open.c should use
> > _dl_argc/_dl_argv instead of __libc_arg[cv].
> 
>  It looks so -- I'll make another patch and do some testing by tomorrow.

 I've looked into it and it's not the way to go I suppose.  The problem is
dl-open gets included both in ld.so (where it should use _dl_arg[cv]) and
in libc.so (where it should use __libc_arg[cv]).  I don't know how to
resolve this at the moment. 

  Maciej

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +


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