Fixed up support for the gbz80 such that it will at least run (and fail badly) the...
[fw/sdcc] / device / include / asm / gbz80 / features.h
1 /** Z80 specific features.
2  */
3 #ifndef __SDC51_ASM_Z80_FEATURES_H
4 #define __SDC51_ASM_Z80_FEATURES_H   1
5
6 #define _REENTRANT
7 #define _CODE
8
9 #define _SDCC_MANGLES_SUPPORT_FUNS      1
10 #define _SDCC_Z80_STYLE_LIB_OPT         1
11
12 /* The following are disabled to make the dhrystone test more authentic.
13  */
14 #define _SDCC_PORT_PROVIDES_MEMCPY      1
15 #define _SDCC_PORT_PROVIDES_STRCMP      1
16 /* Register allocator is as good as hand coded asm.  Cool. */
17 #define _SDCC_PORT_PROVIDES_STRCPY      0
18
19 #endif