1SECTIONS {
2	.text : { *(.text) }
3	.data : { *(.data) }
4	.bss : { *(.bss) *(COMMON) }
5}
6defined1 = defined;
7