Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / li.d
index 0fe2b21ea13acc393dd57e95738ae474443f38ec..b0b18a19a946574a1f4143f65239fbd6ef2f4cd0 100644 (file)
@@ -1,16 +1,17 @@
 #objdump: -dr --prefix-addresses -mmips:4000
 #name: MIPS li
+#as: -32
 
 # Test the li macro.
 
 .*: +file format .*mips.*
 
 Disassembly of section .text:
-0+0000 <[^>]*> li      \$a0,0
-0+0004 <[^>]*> li      \$a0,1
-0+0008 <[^>]*> li      \$a0,0x8000
-0+000c <[^>]*> li      \$a0,-32768
-0+0010 <[^>]*> lui     \$a0,0x1
-0+0014 <[^>]*> lui     \$a0,0x1
-0+0018 <[^>]*> ori     \$a0,\$a0,0xa5a5
-0+001c <[^>]*> nop
+0+0000 <[^>]*> li      a0,0
+0+0004 <[^>]*> li      a0,1
+0+0008 <[^>]*> li      a0,0x8000
+0+000c <[^>]*> li      a0,-32768
+0+0010 <[^>]*> lui     a0,0x1
+0+0014 <[^>]*> lui     a0,0x1
+0+0018 <[^>]*> ori     a0,a0,0xa5a5
+       \.\.\.
This page took 0.025135 seconds and 4 git commands to generate.