[uClibc]m68k bits/setjmp.h

DMS at Terabeam.com DMS at Terabeam.com
Sat Jun 29 00:42:20 UTC 2002


In looking at the M68K  libc/sysdeps/linux/m68k/bits/setjmp.h, it looks to
me like JB_SIZE is incorrect in the case of having floating point, there are
8 floating point registers of 96 bits each, this works out to 96 bytes or 24
longs. Looks like JB_SIZE is in bytes and this works out for the rest of the
structure, there are 13 longs in the rest or 52 bytes, so JB_SIZE is correct
in this case, but in the case of having floating point should add 96 (bytes)
not 24 longs, so should not JB_SIZE be 52 + 96 or 148?
 
Dave Stanhope
dms at terabeam.com
253-219-3219
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/uclibc/attachments/20020628/e311674a/attachment-0001.htm 


More information about the uClibc mailing list