summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/h8300/setarch.h
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/h8300/setarch.h')
-rw-r--r--newlib/libc/machine/h8300/setarch.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/newlib/libc/machine/h8300/setarch.h b/newlib/libc/machine/h8300/setarch.h
deleted file mode 100644
index 56bdaaf45..000000000
--- a/newlib/libc/machine/h8300/setarch.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifdef __H8300H__
-#ifdef __NORMAL_MODE__
- .h8300hn
-#else
- .h8300h
-#endif
-#endif
-#ifdef __H8300S__
-#ifdef __NORMAL_MODE__
- .h8300sn
-#else
- .h8300s
-#endif
-#endif
-#ifdef __H8300SX__
-#ifdef __NORMAL_MODE__
- .h8300sxn
-#else
- .h8300sx
-#endif
-#endif