[ARC] Improve printing of pc-relative instructions.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / pcrel-relocs.d
index 8f3aa1517eecaa97f6f3166ed349ff0f7063175e..2d2658b2c848c069b318d7da17ed0700c30ed775 100644 (file)
@@ -4,13 +4,13 @@
 .*: +file format .*arc.*
 
 Disassembly of section .text:
-0x[0-9a-f]+ 0000 0002                  bne     0
+0x[0-9a-f]+ 0000 0002                  bne     0       ;0x00000000
                        0: R_ARC_S21H_PCREL     printf
-0x[0-9a-f]+ 0800 0002                  blne    0x00000000
+0x[0-9a-f]+ 0800 0002                  blne    0       ;0x00000000
                        4: R_ARC_S21W_PCREL     printf
-0x[0-9a-f]+ 0001 0000                  b       0x00000000
+0x[0-9a-f]+ 0001 0000                  b       0       ;0x00000000
                        8: R_ARC_S25H_PCREL     printf
-0x[0-9a-f]+ 0802 0000                  bl      0x00000000
+0x[0-9a-f]+ 0802 0000                  bl      0       ;0x00000000
                        c: R_ARC_S25W_PCREL     printf
-0x[0-9a-f]+ f800                       bl_s    0x00000000
+0x[0-9a-f]+ f800                       bl_s    0       ;0x00000000
                        10: R_ARC_S13_PCREL     printf
This page took 0.023655 seconds and 4 git commands to generate.