diff options
Diffstat (limited to 'ld/testsuite/ld-mips-elf/unaligned-ldpc-1.s')
-rw-r--r-- | ld/testsuite/ld-mips-elf/unaligned-ldpc-1.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/testsuite/ld-mips-elf/unaligned-ldpc-1.s b/ld/testsuite/ld-mips-elf/unaligned-ldpc-1.s new file mode 100644 index 0000000..4afe849 --- /dev/null +++ b/ld/testsuite/ld-mips-elf/unaligned-ldpc-1.s @@ -0,0 +1,11 @@ + .text + .align 4 + .globl foo + .ent foo +foo: + ldpc $2, bar1 + .end foo + +# Force some (non-delay-slot) zero bytes, to make 'objdump' print ... + .align 4, 0 + .space 16 |