diff options
Diffstat (limited to 'newlib/libc/machine/h8300/setarch.h')
-rw-r--r-- | newlib/libc/machine/h8300/setarch.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib/libc/machine/h8300/setarch.h b/newlib/libc/machine/h8300/setarch.h new file mode 100644 index 000000000..b670e1773 --- /dev/null +++ b/newlib/libc/machine/h8300/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 |