summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/h8300/memset.S
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/h8300/memset.S')
-rw-r--r--newlib/libc/machine/h8300/memset.S19
1 files changed, 2 insertions, 17 deletions
diff --git a/newlib/libc/machine/h8300/memset.S b/newlib/libc/machine/h8300/memset.S
index a056a1047..ccd3fb766 100644
--- a/newlib/libc/machine/h8300/memset.S
+++ b/newlib/libc/machine/h8300/memset.S
@@ -1,21 +1,6 @@
-#include "defines.h"
-
-#ifdef __H8300H__
-#ifdef __NORMAL_MODE__
- .h8300hn
-#else
- .h8300h
-#endif
-#endif
-
-#ifdef __H8300S__
-#ifdef __NORMAL_MODE__
- .h8300sn
-#else
- .h8300s
-#endif
-#endif
+#include "setarch.h"
+#include "defines.h"
; A0P pointer to cursor
; A1P thing to copy