mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
11 lines
137 B
Perl
11 lines
137 B
Perl
|
PHDRS {
|
||
|
text PT_LOAD;
|
||
|
}
|
||
|
|
||
|
SECTIONS
|
||
|
{
|
||
|
. = (0x8000000f + ALIGN(0x1000000, 0x1000000));
|
||
|
.text : AT(ADDR(.text) - 0x8000000f) {
|
||
|
} :text
|
||
|
}
|