(root)/
binutils-2.41/
ld/
testsuite/
ld-avr/
avr-prop-1.s
        .text
        .global _start, dest
_start:
        CALL    dest
        .org    0x20
dest:
        nop