binutils/testsuite: Support REL and MIPS64 reloc formats with `strip-13'
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / strip-13rel.s
1 .text
2 foo:
3 .dc.l 0x12345678
4
5 .section .rel.text
6 .dc.a 0
7 .dc.a 0x0000008f
8
9 .dc.a 0
10 .dc.a 0
This page took 0.030526 seconds and 4 git commands to generate.