Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-07-29 10:11:46 +0400
committerAlexandre Oliva <aoliva@redhat.com>2003-07-29 10:11:46 +0400
commite5de27b62398330b7f2402f3c5a9ab30c52dc1ee (patch)
treed325d69cfa3bfa023fdece80901e984f97977a90
parent8e2315f07da34c302c546f36352182879ecfecfc (diff)
* libc/machine/mn10300/setjmp.S: Never emit both .am33 and
.am33_2.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/machine/mn10300/setjmp.S5
2 files changed, 8 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 5978810b4..4f2800101 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -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.
diff --git a/newlib/libc/machine/mn10300/setjmp.S b/newlib/libc/machine/mn10300/setjmp.S
index cf42f9542..144444980 100644
--- a/newlib/libc/machine/mn10300/setjmp.S
+++ b/newlib/libc/machine/mn10300/setjmp.S
@@ -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