mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-04 23:23:37 +08:00
11 lines
153 B
Perl
11 lines
153 B
Perl
|
SECTIONS
|
||
|
{
|
||
|
.text 0x00000000: { *(.text) }
|
||
|
.data ALIGN(0x1000) + (. & (0x1000 - 1)):
|
||
|
{
|
||
|
*(.data)
|
||
|
}
|
||
|
__data_end = .;
|
||
|
/DISCARD/ : { *(.*) }
|
||
|
}
|