fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / gcc / newlib / libc / machine / h8300 / setarch.h
blobb670e17732b08e1a6b540f9f077cca147f293646
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