Imported Upstream version 2.9.0
[debian/cc1111] / 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 #define _AUTOMEM
9 #define _STATMEM
10
11 #define _SDCC_MANGLES_SUPPORT_FUNS      1
12 #define _SDCC_Z80_STYLE_LIB_OPT         1
13
14 /* The following are disabled to make the dhrystone test more authentic.
15  */
16 #define _SDCC_PORT_PROVIDES_MEMCPY      0
17 #define _SDCC_PORT_PROVIDES_STRCMP      0
18 /* Register allocator is as good as hand coded asm.  Cool. */
19 #define _SDCC_PORT_PROVIDES_STRCPY      0
20
21 #define _SDCC_MALLOC_TYPE_MLH           1
22
23 #endif