mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
17 lines
165 B
Plaintext
17 lines
165 B
Plaintext
|
ENTRY(ext_fun)
|
||
|
SECTIONS
|
||
|
{
|
||
|
.text 0x00100000:
|
||
|
{
|
||
|
*(.text)
|
||
|
}
|
||
|
.data 0x00200000:
|
||
|
{
|
||
|
*(.sdata)
|
||
|
}
|
||
|
.rel.sdata 0x00300000:
|
||
|
{
|
||
|
*(.rel.sdata)
|
||
|
}
|
||
|
}
|