diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/strip-15mips64.s')
-rw-r--r-- | binutils/testsuite/binutils-all/strip-15mips64.s | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/strip-15mips64.s b/binutils/testsuite/binutils-all/strip-15mips64.s new file mode 100644 index 0000000..a15c377 --- /dev/null +++ b/binutils/testsuite/binutils-all/strip-15mips64.s @@ -0,0 +1,14 @@ + .text +foo: + .dc.l 0x12345678 + + .section .rela.text + .dc.a 0 + .dc.l 0x00000000 + .dc.b 0, 0, 0, RELOC + .dc.a 0x000055aa + + .dc.a 0 + .dc.l 0 + .dc.b 0, 0, 0, 0 + .dc.a 0 |