OUTPUT (myprog.out) SECTIONS { .text : { myprog.o (.text) usb_rawhid.o (.text) . = 0x1000 ; myprog_asm.o (.text) } .data : { * (.data) } }