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:
authorRichard Sandiford <rdsandiford@googlemail.com>2003-06-10 11:44:30 +0400
committerRichard Sandiford <rdsandiford@googlemail.com>2003-06-10 11:44:30 +0400
commitd9e4104b31a8f906e6a3d9708e4ffb3371822d98 (patch)
tree3112dbd02e9c75e3c063912719f331121a294f04 /newlib/libc/sys/h8300hms/setarch.h
parent68afda5334ded5da04c757c3e75c00a61d9e4011 (diff)
* libc/sys/h8300hms/setarch.h: New file.
* libc/sys/h8300hms/close.S, libc/sys/h8300hms/fstat.S, libc/sys/h8300hms/lseek.S, libc/sys/h8300hms/open.S, libc/sys/h8300hms/read.S, libc/sys/h8300hms/stat.S, libc/sys/h8300hms/write.S, libc/sys/h8300hms/crt0.S: Use it.
Diffstat (limited to 'newlib/libc/sys/h8300hms/setarch.h')
-rw-r--r--newlib/libc/sys/h8300hms/setarch.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/libc/sys/h8300hms/setarch.h b/newlib/libc/sys/h8300hms/setarch.h
new file mode 100644
index 000000000..b670e1773
--- /dev/null
+++ b/newlib/libc/sys/h8300hms/setarch.h
@@ -0,0 +1,14 @@
+#ifdef __H8300H__
+#ifdef __NORMAL_MODE__
+ .h8300hn
+#else
+ .h8300h
+#endif
+#endif
+#ifdef __H8300S__
+#ifdef __NORMAL_MODE__
+ .h8300sn
+#else
+ .h8300s
+#endif
+#endif