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