(root)/
binutils-2.41/
ld/
testsuite/
ld-avr/
avr-prop-6.s
        .text
        .global _start, dest
_start:
  jmp dest
  .align	1
dest:
  nop
  rjmp dest