PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sections
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-jal-t.s
1 .set mips16
2 foo:
3 jalx.t bar
4 jal.t baz
5
6 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
7 .align 4, 0
8 .space 16
This page took 0.247494 seconds and 4 git commands to generate.