repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
newlib
/
libc
/
machine
/
h8300
/
setarch.h
blob
b670e17732b08e1a6b540f9f077cca147f293646
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