tc-score.c: Replace overlapping sprintf with memmove
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / c-ld.s
CommitLineData
f0531ed6
JW
1target:
2 ld a0, (a0) # 'Cl'
3 ld a0, 0(a0) # 'Cl'
4 sd a0, (a0) # 'Cl'
5 sd a0, 0(a0) # 'Cl'
6 ld a0, (sp) # 'Cn'
7 ld a0, 0(sp) # 'Cn'
8 sd a0, (sp) # 'CN'
9 sd a0, 0(sp) # 'CN'
This page took 0.139699 seconds and 4 git commands to generate.