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