<p dir="ltr"><br>
Op 9-jul.-2013 12:40 schreef "Thomas Petazzoni" <<a href="mailto:thomas.petazzoni@free-electrons.com">thomas.petazzoni@free-electrons.com</a>> het volgende:<br>
><br>
> Dear Thomas De Schampheleire,<br>
><br>
> On Mon, 8 Jul 2013 18:49:40 +0200, Thomas De Schampheleire wrote:<br>
><br>
> > You really don't need a special ldd.<br>
> > ldd is just a script. In its most basic usage (ldd <executable>), it just runs:<br>
> > # LD_TRACE_LOADED_OBJECTS=1 <executable><br>
> ><br>
> > For example on busybox:<br>
> > # LD_TRACE_LOADED_OBJECTS=1 /bin/busybox<br>
> >         linux-vdso32.so.1 =>  (0x00100000)<br>
> >         libc.so.6 => /lib/libc.so.6 (0x0fe70000)<br>
> >         /lib/ld.so.1 (0x48000000<br>
> ><br>
> > So for sporadic usage, an ldd script isn't even needed.<br>
><br>
> Right, but does this work with the uClibc dynamic loader? Anyway, if<br>
> those features don't exist with the uClibc dynamic loader, then<br>
> implementing ldd is simply impossible.</p>
<p dir="ltr">I haven't tried this on uClibc yet. Anyone that has such a target at hand willing to give it a shot?<br>
</p>