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
16