mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
11 lines
103 B
Plaintext
11 lines
103 B
Plaintext
|
SECTIONS
|
||
|
{
|
||
|
.text 0x0 : {
|
||
|
* (.text .text.*);
|
||
|
}
|
||
|
|
||
|
.data 0x3000 : {
|
||
|
* (.data .data.*);
|
||
|
}
|
||
|
}
|