]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/testsuite/gas/all/overflow.l
Fix problems translating messages when a percentage sign appears at the end of a...
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / all / overflow.l
index 96309570ef0e75c6e4ee785ef9e4767e18272296..7f98e852f623227594d395a01120a9be774f9da9 100644 (file)
@@ -1,8 +1,8 @@
 .*: Assembler messages:
-.*:5: Warning: .* (0x)?100 truncated to (0x)?0
-.*:6: Warning: .* (0x)?101 truncated to (0x)?1
-.*:11: Warning: .* (0x)?f+00 truncated to (0x)?0
-.*:12: Warning: .* (0x)?f+eff truncated to (0x)?ff
+.*:5: Warning: .* 0x0+100 truncated to 0x0+0
+.*:6: Warning: .* 0x0+101 truncated to 0x0+1
+.*:11: Warning: .* 0xf+00 truncated to 0x0+0
+.*:12: Warning: .* 0xf+eff truncated to 0x0+ff
 .*:17: Error: .* (256|(0x)?100) too large .*
 .*:18: Error: .* (257|(0x)?101) too large .*
 .*:23: Error: .* (0x)?f+00 too large .*