Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ia64 / opc-x.s
index ec1f5f2162cdc7bb192bc7cf2c42c5de258689e0..4332d51ed3034f507e1ea89cfc5b02c0d42979e1 100644 (file)
@@ -4,7 +4,7 @@ _start:
 
        break.x 0
        break.x 0x3fffffffffffffff
-       
+
        nop.x   0
        nop.x   0x3fffffffffffffff
 
@@ -12,3 +12,8 @@ _start:
        movl r4 = 0xffffffffffffffff
        movl r4 = 0x1234567890abcdef
 
+       # instructions added by SDM2.1:
+
+       hint.x  0
+       hint.x  @pause
+       hint.x  0x3fffffffffffffff
This page took 0.024273 seconds and 4 git commands to generate.