IFUNC: Update IFUNC resolver check with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-avr / relax-insn-at-range-boundary.d
1 #name: AVR relaxation, jump to symbol at ends of pc-relative range boundary
2 #as: -mlink-relax -mavr51
3 #ld: --relax -mavr51
4 #source: relax-insn-at-range-boundary.s
5 #objdump: -d
6 #target: avr-*-*
7
8 #...
9 00000000.*
10 ...
11 ffc: 00 00 nop
12 ffe: 00 c8 rjmp .-4096 ; 0x0 .*
13 1000: ff c7 rjmp .+4094 ; 0x2000 <forward_target>
14 ...
15
16 00002000 <forward_target>:
17 #...
This page took 0.029904 seconds and 4 git commands to generate.