mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
8e13f7b1f9
* ld-linkonce/x.s, ld-linkonce/y.s, ld-linkonce/zeroeh.ld, ld-linkonce/zeroehl32.d: New test.
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
SECTIONS {
|
|
.text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
|
|
.eh_frame 0x2000 : { *(.eh_frame) }
|
|
}
|