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