summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/h8300/setjmp.S
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-06-24 19:43:58 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-06-24 19:43:58 +0000
commitb8f7ea5ccba184f7a3718312a186b8ea45a153ed (patch)
tree6f5ff20709a6585080436b5b748b12ad6e510309 /newlib/libc/machine/h8300/setjmp.S
parent6d7ea52a26bf161e0f1d32e61f87bf0731ee3cc5 (diff)
downloadcygnal-b8f7ea5ccba184f7a3718312a186b8ea45a153ed.tar.gz
cygnal-b8f7ea5ccba184f7a3718312a186b8ea45a153ed.tar.bz2
cygnal-b8f7ea5ccba184f7a3718312a186b8ea45a153ed.zip
2003-06-24 Kazu Hirata <kazu@cs.umass.edu>
* libc/machine/h8300/setarch.h: New. * libc/machine/h8300/memcpy.S: Use it. * libc/machine/h8300/memset.S: Likewise. * libc/machine/h8300/reg_memcpy.S: Likewise. * libc/machine/h8300/reg_memset.S: Likewise. * libc/machine/h8300/setjmp.S: Likewise. * libc/machine/h8300/strcmp.S: Likewise.
Diffstat (limited to 'newlib/libc/machine/h8300/setjmp.S')
-rw-r--r--newlib/libc/machine/h8300/setjmp.S18
1 files changed, 2 insertions, 16 deletions
diff --git a/newlib/libc/machine/h8300/setjmp.S b/newlib/libc/machine/h8300/setjmp.S
index c51c986e3..c6661a926 100644
--- a/newlib/libc/machine/h8300/setjmp.S
+++ b/newlib/libc/machine/h8300/setjmp.S
@@ -1,20 +1,6 @@
- .file "setjmp.S"
-
-#ifdef __H8300H__
-#ifdef __NORMAL_MODE__
- .h8300hn
-#else
- .h8300h
-#endif
-#endif
+#include "setarch.h"
-#ifdef __H8300S__
-#ifdef __NORMAL_MODE__
- .h8300sn
-#else
- .h8300s
-#endif
-#endif
+ .file "setjmp.S"
.section .text
.align 2