On 27 February 2013 21:06, Bernhard Reutner-Fischer <[email protected]> wrote: > On 25 February 2013 10:59, Markos Chandras <[email protected]> wrote: >> I sent a new patch that fixes all the missing $(SYMBOL_PREFIX) > > and what about _start (see git grep "\-e,")?
Hi Bernhard, The Meta arch code already takes care of that (see ldso/ldso/metag/dl-startup.h) " .global __start\n" " .type __start,@function\n" " .global _start\n" " .type _start,@function\n" Bfin does a similar thing. It seems like the prefixed architectures are taking care of this case already. -- Regards, Markos Chandras _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
