Rev 1369 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1369 | Rev 1679 | ||
---|---|---|---|
Line 51... | Line 51... | ||
51 | *(.data); /* initialized data */ |
51 | *(.data); /* initialized data */ |
52 | *(.sdata); |
52 | *(.sdata); |
53 | *(.sdata2); |
53 | *(.sdata2); |
54 | *(.sbss); |
54 | *(.sbss); |
55 | *(.bss); /* uninitialized static variables */ |
55 | *(.bss); /* uninitialized static variables */ |
56 | *(COMMON); /* global variables */ |
56 | *(COMMON); /* global variables */' > "$LINK" |
57 | - | ||
58 | . = ALIGN(4096); |
- | |
59 | *(.kernel_image);' > "$LINK" |
- | |
60 | 57 | ||
61 | echo '#ifndef ___COMPONENTS_H__ |
58 | echo '#ifndef ___COMPONENTS_H__ |
62 | #define ___COMPONENTS_H__ |
59 | #define ___COMPONENTS_H__ |
63 | 60 | ||
64 | typedef struct { |
61 | typedef struct { |