MIPS: Fix the encoding of immediates with microMIPS JALX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel19.s
1 .abicalls
2 la $4,L2
3 la $4,L2 + 2
4 la $4,L2 + 0xc000
5 .space 16
6 .section .rodata.str1.1,"aMS",@progbits,1
7 L1: .string "foo"
8 L2: .string "a"
This page took 0.029747 seconds and 4 git commands to generate.