Subversion Repositories freemyipod

Rev

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

Rev 71 Rev 89
Line 31... Line 31...
31
#define IBSS_ATTR __attribute__((section(".ibss")))
31
#define IBSS_ATTR __attribute__((section(".ibss")))
32
#define INITCODE_ATTR __attribute__((section(".initcode")))
32
#define INITCODE_ATTR __attribute__((section(".initcode")))
33
#define INITCONST_ATTR __attribute__((section(".initrodata")))
33
#define INITCONST_ATTR __attribute__((section(".initrodata")))
34
#define INITDATA_ATTR __attribute__((section(".initdata")))
34
#define INITDATA_ATTR __attribute__((section(".initdata")))
35
#define INITBSS_ATTR __attribute__((section(".initbss")))
35
#define INITBSS_ATTR __attribute__((section(".initbss")))
-
 
36
#define INITSTACK_ATTR __attribute__((section(".initstack")))
36
#define STACK_ATTR __attribute__((section(".stack")))
37
#define STACK_ATTR __attribute__((section(".stack")))
37
 
38
 
38
#ifndef ASM_FILE
39
#ifndef ASM_FILE
39
#include "errno.h"
40
#include "errno.h"
40
#include "inttypes.h"
41
#include "inttypes.h"