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