Add MIPS .module directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips-jalx-2.s
1 text_sym:
2 .text
3 jalx 1f
4
5 .set mips16
6 .align 1
7 1: nop
8 .set nomips16
9 .align 2
10 .fill 8
This page took 0.029306 seconds and 4 git commands to generate.