mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
9 lines
124 B
Perl
9 lines
124 B
Perl
|
OUTPUT_FORMAT(elf32-i386)
|
||
|
ENTRY(start)
|
||
|
SECTIONS
|
||
|
{
|
||
|
.text : { *(.text*) }
|
||
|
.data : { *(.data.*) }
|
||
|
.bss : { *(.bss.*) }
|
||
|
}
|