On Wed, Feb 06, 2008 at 10:39:13AM -0800, Ryan Ordway wrote: >> kraj duplicated the INTERNAL_SYSCALL for arm (thumb vs. non-thumb?) for >> reasons that i do not really understand (r16334), so we have to fix this >> up twice now, but it sounds like it would be better to just ditch the >> duplicate. > > Anything I can do to help? :-)
yes, you could look through the ifdefs in libc/sysdeps/linux/arm/bits/syscalls.h and figure out which combo to use so all needed parts can use the same INTERNAL_SYSCALL definition (I'm talking about the one with this string): "\tswi 0 @ syscall " #name "\n" _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
