* elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / uld2.s
CommitLineData
af22f5b2
CD
1# Source file used to test the uld macro (harder).
2
3 .set noat
4
5 .text
6text_label:
7
8 uld $4,0($5)
9 uld $4,1($5)
10
11 uld $5,0($5) # warns
12 uld $5,1($5) # warns
13
14# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
15 .space 8
This page took 0.062767 seconds and 4 git commands to generate.