[uClibc]ldso/libdl/dlib.c patch for more portable weak aliases (fwd)

Tobias Anderberg tobias.anderberg at axis.com
Fri Apr 26 08:02:04 UTC 2002


Erik Andersen wrote:

> On Thu Apr 25, 2002 at 01:37:00PM +0200, Tobias Anderberg wrote:
> > Doh, forgot to cc the list..
> >
> > In essence, instead of doing
> >
> > asm(".weak dlopen;dlopen=_dlopen");
> >
> > we do (warning for wrapped lines):
> >
> > void *dlopen(const char *, int) __attribute__ ((__weak__, __alias__
> > ("_dlopen")));
>
> I got it.  I've just been deep in rewriting all the uClibc
> makefiles and havn't looked over your patch properly.  We
> are about to have a new Configuration system... :)

Heh, so I heard! So what will the new system look like?

/tba




More information about the uClibc mailing list