summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2003-07-29 06:11:46 +0000
committerAlexandre Oliva <aoliva@redhat.com>2003-07-29 06:11:46 +0000
commite5de27b62398330b7f2402f3c5a9ab30c52dc1ee (patch)
treed325d69cfa3bfa023fdece80901e984f97977a90 /newlib/libc
parent8e2315f07da34c302c546f36352182879ecfecfc (diff)
downloadcygnal-e5de27b62398330b7f2402f3c5a9ab30c52dc1ee.tar.gz
cygnal-e5de27b62398330b7f2402f3c5a9ab30c52dc1ee.tar.bz2
cygnal-e5de27b62398330b7f2402f3c5a9ab30c52dc1ee.zip
* libc/machine/mn10300/setjmp.S: Never emit both .am33 and
.am33_2.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/machine/mn10300/setjmp.S5
1 files changed, 3 insertions, 2 deletions
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