OSDN Git Service

* libc/machine/mn10300/setjmp.S: Never emit both .am33 and
authoraoliva <aoliva>
Tue, 29 Jul 2003 06:11:46 +0000 (06:11 +0000)
committeraoliva <aoliva>
Tue, 29 Jul 2003 06:11:46 +0000 (06:11 +0000)
.am33_2.

newlib/ChangeLog
newlib/libc/machine/mn10300/setjmp.S

index 5978810..4f28001 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-29  Alexandre Oliva  <aoliva@redhat.com>
+
+       * libc/machine/mn10300/setjmp.S: Never emit both .am33 and
+       .am33_2.
+
 2003-07-25  Christopher Faylor  <cgf@redhat.com>
 
        * libc/stdio64/fdopen64.c: Include sys/lock.h.
index cf42f95..1444449 100644 (file)
@@ -4,10 +4,11 @@
        .align 1
        .global _setjmp
 #ifdef __AM33__
-       .am33
-#endif
 #ifdef __AM33_2__
        .am33_2
+#else
+       .am33
+#endif
 #endif
 _setjmp:
         mov d0,a0