IFUNC: Update IFUNC resolver check with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-avr / avr-prop-5.s
1 .text
2 .global _start, dest
3 _start:
4 CALL dest
5 .align 1
6 dest:
7 NOP
This page took 0.029062 seconds and 4 git commands to generate.