2 * lpc2220_ram.ld - linker script for the lpc2220 device (->ram)
4 * author: hackbard@hackdaworld.org
11 startup.o(.text) /* startup code */
12 *(.text) /* all remaining code */
13 *(.glue_7) /* glue code */
14 *(.glue_7t) /* glue code */
19 .rodata : { *(.rodata) } /* read only data */
23 .data : { *(.data) } /* initialized data */
27 .bss : { *(.bss) } /* uninitialized data */