Files
binutils-gdb/binutils/testsuite/binutils-all/kvx/pcrel_bundle.s
Alan Modra bb8b2f633e Re: kvx: New port.
Add files submitted on the mailing list but somehow not committed.
2023-08-22 09:35:55 +09:30

26 lines
202 B
ArmAsm

foo:
pcrel $r0 = @pcrel(.table)
;;
call bar
pcrel $r0 = @pcrel(.table)
;;
call bar
ld $r0 = 0[$r0]
pcrel $r0 = @pcrel(.table)
;;
nop
;;
nop
;;
.table:
nop
;;
nop
;;
bar:
nop
;;