aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-avr/relax-insn-at-range-boundary.s
blob: 4d710df36d107837c25b6ab60b208d23fa29d442 (plain)
1
2
3
4
5
6
7
8
9
10
11
.section ".text", "ax",@progbits
.global main
main:
backward_target:                ; Exactly -4094 bytes from jmp
  .ds.b 4094, 0
  jmp backward_target
  jmp forward_target
  .ds.b 4094, 0
forward_target:                 ; Exactly 4098 bytes before relax, 4096 bytes after relax
  nop