classpath-avr32-endianness.patch 839 B

1234567891011121314151617181920212223242526272829
  1. diff -rup ../classpath-0.96.1.default/ChangeLog ./ChangeLog
  2. --- ../classpath-0.96.1.default/ChangeLog 2007-10-16 17:35:33.000000000
  3. +0200
  4. +++ ./ChangeLog 2007-12-18 09:36:39.000000000 +0100
  5. @@ -1,3 +1,7 @@
  6. +2007-12-18 Leen Toelen <toelen@gmail.com>
  7. +
  8. + * native/fdlibm/ieeefp.h: Added avr32 support
  9. +
  10. 2007-10-16 Mark Wielaard <mark@klomp.org>
  11. * NEWS: Mention small compile/configure/build fixes.
  12. diff -rup ../classpath-0.96.1.default/native/fdlibm/ieeefp.h
  13. ./native/fdlibm/ieeefp.h
  14. --- ../classpath-0.96.1.default/native/fdlibm/ieeefp.h 2006-04-19
  15. 19:55:13.000000000 +0200
  16. +++ ./native/fdlibm/ieeefp.h 2007-12-18 09:32:55.000000000 +0100
  17. @@ -87,6 +87,10 @@
  18. #define __IEEE_LITTLE_ENDIAN
  19. #endif
  20. +#ifdef __AVR32__
  21. +#define __IEEE_BIG_ENDIAN
  22. +#endif
  23. +
  24. #ifdef __MIPSEL__
  25. #define __IEEE_LITTLE_ENDIAN
  26. #endif