Blackfin FDPIC patches 3/N: DL_START

Mike Frysinger vapier at gentoo.org
Fri Oct 6 23:44:44 PDT 2006


On Wednesday 04 October 2006 05:49, Bernd Schmidt wrote:
> This reintroduces a mechanism identical to the DL_BOOT macro present in
> older versions of uClibc.  On Blackfin and FRV, we want to pass more
> than one argument to _dl_start.  We also want to do something special
> before returning, so delete the warning when the START macro is defined.
>
> -static void * __attribute_used__ _dl_start(unsigned long args)
> +DL_START(unsigned long args)

if the only thing we'd want to change here is the arguments, perhaps we would 
want something like:
-static void * __attribute_used__ _dl_start(unsigned long args)
+static void * __attribute_used__ DL_START(unsigned long args)

or, do we even need to do this ?  in the blackfin headers, wouldnt defining 
_dl_start() itself be OK ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://busybox.net/lists/uclibc/attachments/20061007/591e994a/attachment.pgp 


More information about the uClibc mailing list