Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-reloc-lui.s
1 .text
2 .globl foo
3 .ent foo
4 foo:
5 lui $2, %hi(bar)
6 addiu $2, %lo(bar)
7 lui $2, %hi(bar)
8 addiu $2, %lo(bar)
9 .end foo
10
11 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
12 .align 4, 0
13 .space 16
This page took 0.029561 seconds and 4 git commands to generate.