[uClibc] Patch to libc/sysdeps/linux/powerpc/setjmp.S

rohde at soap.adsl.dk rohde at soap.adsl.dk
Fri Jan 2 10:58:53 UTC 2004


On Fri, Jan 02, 2004 at 03:53:06AM -0700, Erik Andersen wrote:
> On Fri Jan 02, 2004 at 11:45:42AM +0100, rohde at soap.adsl.dk wrote:
> > The macro to do some floating point checks in libc/sysdeps/linux/powerpc/setjmp.S is incorrect.
> > 
> > The following should fix it:
> [-------snip-----------]
> > -#ifdef __UCLIBC_HAS_FLOATS__ && ! defined __UCLIBC_HAS_SOFT_FLOAT__
> > +#if defined __UCLIBC_HAS_FLOATS__ && ! defined __UCLIBC_HAS_SOFT_FLOAT__
> 
> Oops.  Applied thanks!
Same applies to uClibc/libc/sysdeps/linux/powerpc/__longjmp.S
Hope there aren't other files I've missed :)



More information about the uClibc mailing list