master
lds 6 lines 70 Bytes
Raw
1 SECTIONS
2 {
3 . = 0;
4 .text : { *(.text) *(.text.$) }
5 }
6 ENTRY(_start)