IFUNC: Update IFUNC resolver check with DT_TEXTREL
[deliverable/binutils-gdb.git] / ld / testsuite / ld-avr / avr-prop-1.s
CommitLineData
bac13f5a
AB
1 .text
2 .global _start, dest
3_start:
4 CALL dest
5 .org 0x20
6dest:
7 nop
This page took 0.258068 seconds and 4 git commands to generate.