mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 14:53:32 +08:00
723cda2582
* ld-elf/header.s: Adjust. * ld-elf/header.t: Reduce initial offset.
9 lines
102 B
Perl
9 lines
102 B
Perl
ENTRY(main)
|
|
|
|
SECTIONS
|
|
{
|
|
. = 0x100 + SIZEOF_HEADERS;
|
|
.text : { *(.text) }
|
|
.data : { *(.data) }
|
|
}
|