Blackfin FDPIC patches 3/N: DL_START

Bernd Schmidt bernds_cb1 at t-online.de
Wed Oct 11 10:30:36 UTC 2006


Bernd Schmidt wrote:
> Mike Frysinger wrote:
>> On Wednesday 04 October 2006 05:49, Bernd Schmidt wrote:
>>> -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)
> 
> Currently we also change it to return void.
> 
>> or, do we even need to do this ?  in the blackfin headers, wouldnt defining 
>> _dl_start() itself be OK ?
> 
> How do you mean?

Mike, can we get these relatively simple parts in?  These are minute 
details and I'm kind of stalled submitting the bits that actually do 
something interesting.


Bernd




More information about the uClibc mailing list