mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
SECTIONS {
|
|
.text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
|
|
.eh_frame 0x2000 : { *(.eh_frame) }
|
|
}
|