This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-linkonce / zeroeh.ld
1 SECTIONS {
2 .text 0xa00 : { *(.text); *(.gnu.linkonce.t.*) }
3 .eh_frame 0x2000 : { *(.eh_frame) }
4 }
This page took 0.030715 seconds and 5 git commands to generate.