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