mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +08:00
15 lines
160 B
C
15 lines
160 B
C
|
#ifdef __H8300H__
|
||
|
#ifdef __NORMAL_MODE__
|
||
|
.h8300hn
|
||
|
#else
|
||
|
.h8300h
|
||
|
#endif
|
||
|
#endif
|
||
|
#ifdef __H8300S__
|
||
|
#ifdef __NORMAL_MODE__
|
||
|
.h8300sn
|
||
|
#else
|
||
|
.h8300s
|
||
|
#endif
|
||
|
#endif
|