PR gas/20649: MIPS: Fix GOT16/LO16 reloc pairing with comdat sections
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pru / ldi.s
1 # Source file used to test the LDI instructions.
2
3 .extern var1
4 foo:
5 # immediate load
6 ldi32 r16, 0x12345678
7 ldi r16, 0x1234
8 ldi r16, %pmem(foo)
9 ldi32 r16, var1
This page took 0.054242 seconds and 4 git commands to generate.