8e13f7b1f9
* ld-linkonce/x.s, ld-linkonce/y.s, ld-linkonce/zeroeh.ld, ld-linkonce/zeroehl32.d: New test.
4 lines
100 B
Text
4 lines
100 B
Text
SECTIONS {
|
|
.text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
|
|
.eh_frame 0x2000 : { *(.eh_frame) }
|
|
}
|