source: trunk/libs/newlib/src/newlib/libc/sys/h8300hms/setarch.h @ 571

Last change on this file since 571 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 243 bytes
Line 
1#ifdef __H8300H__
2#ifdef __NORMAL_MODE__
3        .h8300hn
4#else
5        .h8300h
6#endif
7#endif
8#ifdef __H8300S__
9#ifdef __NORMAL_MODE__
10        .h8300sn
11#else
12        .h8300s
13#endif
14#endif
15#ifdef __H8300SX__
16#ifdef __NORMAL_MODE__
17        .h8300sxn
18#else
19        .h8300sx
20#endif
21#endif
Note: See TracBrowser for help on using the repository browser.