mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
8 lines
No EOL
141 B
Text
8 lines
No EOL
141 B
Text
OUTPUT_FORMAT(elf32-powerpc);
|
|
|
|
SECTIONS
|
|
{
|
|
.text : { *(.text) }
|
|
.data : { *(.data) *(.rodata) }
|
|
.bss : { *(.sbss) *(.bss) *(COMMON) }
|
|
} |