bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/34518] New: Atmel AVR32 support


From: toelen at gmail dot com
Subject: [Bug classpath/34518] New: Atmel AVR32 support
Date: 18 Dec 2007 08:43:01 -0000

This simple patch against 0.96.1 adds support for the atmel avr32 processor.

diff -rup ../classpath-0.96.1.default/ChangeLog ./ChangeLog
--- ../classpath-0.96.1.default/ChangeLog       2007-10-16 17:35:33.000000000
+0200
+++ ./ChangeLog 2007-12-18 09:36:39.000000000 +0100
@@ -1,3 +1,7 @@
+2007-12-18  Leen Toelen  <address@hidden>
+
+       * native/fdlibm/ieeefp.h: Added avr32 support
+
 2007-10-16  Mark Wielaard  <address@hidden>

        * NEWS: Mention small compile/configure/build fixes.
diff -rup ../classpath-0.96.1.default/native/fdlibm/ieeefp.h
./native/fdlibm/ieeefp.h
--- ../classpath-0.96.1.default/native/fdlibm/ieeefp.h  2006-04-19
19:55:13.000000000 +0200
+++ ./native/fdlibm/ieeefp.h    2007-12-18 09:32:55.000000000 +0100
@@ -87,6 +87,10 @@
 #define __IEEE_LITTLE_ENDIAN
 #endif

+#ifdef __AVR32__
+#define __IEEE_BIG_ENDIAN
+#endif
+
 #ifdef __MIPSEL__
 #define __IEEE_LITTLE_ENDIAN
 #endif


Regards,
Leen


-- 
           Summary: Atmel AVR32 support
           Product: classpath
           Version: 0.96.1
            Status: UNCONFIRMED
          Severity: trivial
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: toelen at gmail dot com
GCC target triplet: avr32-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34518





reply via email to

[Prev in Thread] Current Thread [Next in Thread]