Subversion Repositories freemyipod

Rev

Rev 89 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89 Rev 98
Line 27... Line 27...
27
 
27
 
28
#define ICODE_ATTR __attribute__((section(".icode")))
28
#define ICODE_ATTR __attribute__((section(".icode")))
29
#define ICONST_ATTR __attribute__((section(".irodata")))
29
#define ICONST_ATTR __attribute__((section(".irodata")))
30
#define IDATA_ATTR __attribute__((section(".idata")))
30
#define IDATA_ATTR __attribute__((section(".idata")))
31
#define IBSS_ATTR __attribute__((section(".ibss")))
31
#define IBSS_ATTR __attribute__((section(".ibss")))
-
 
32
#define INITHEAD_ATTR __attribute__((section(".inithead")))
32
#define INITCODE_ATTR __attribute__((section(".initcode")))
33
#define INITCODE_ATTR __attribute__((section(".initcode")))
33
#define INITCONST_ATTR __attribute__((section(".initrodata")))
34
#define INITCONST_ATTR __attribute__((section(".initrodata")))
34
#define INITDATA_ATTR __attribute__((section(".initdata")))
35
#define INITDATA_ATTR __attribute__((section(".initdata")))
35
#define INITBSS_ATTR __attribute__((section(".initbss")))
36
#define INITBSS_ATTR __attribute__((section(".initbss")))
36
#define INITSTACK_ATTR __attribute__((section(".initstack")))
37
#define INITSTACK_ATTR __attribute__((section(".initstack")))