* gas/all/quad.d: Add -j "\$DATA\$". Modify regexp to check for
authorDave Anglin <dave.anglin@nrc.ca>
Wed, 23 Nov 2005 00:28:58 +0000 (00:28 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Wed, 23 Nov 2005 00:28:58 +0000 (00:28 +0000)
"$DATA$" as well as ".data".
* gas/all/sleb128.d: Likewise.

gas/testsuite/ChangeLog
gas/testsuite/gas/all/quad.d
gas/testsuite/gas/all/sleb128.d

index 2046e06..94317f9 100644 (file)
@@ -1,3 +1,9 @@
+2005-11-22  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gas/all/quad.d: Add -j "\$DATA\$".  Modify regexp to check for
+       "$DATA$" as well as ".data".
+       * gas/all/sleb128.d: Likewise.
+
 2005-11-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        Bug gas/1894 Bug gas/1895
index bab7d34..d0a8dde 100644 (file)
@@ -1,9 +1,9 @@
-#objdump : -s -j .data
+#objdump : -s -j .data -j "\$DATA\$"
 #name : .quad tests
 
 .*: .*
 
-Contents of section .data:
+Contents of section (\.data|\$DATA\$):
  0000 (00000000 76543210 00000000 80000000|10325476 00000000 00000080 00000000|00000000 54761032 00000000 00800000|32107654 00000000 00008000 00000000) .*
  00.. (00000000 87654321 00000000 ffffffff|21436587 00000000 ffffffff 00000000|00000000 65872143 00000000 ffffffff|43218765 00000000 ffffffff 00000000) .*
  00.. (ffffffff 89abcdf0 ffffffff 80000000|f0cdab89 ffffffff 00000080 ffffffff|ffffffff ab89f0cd ffffffff 00800000|cdf089ab ffffffff 00008000 ffffffff) .*
index 56e5cae..993921e 100644 (file)
@@ -1,9 +1,9 @@
-#objdump : -s -j .data
+#objdump : -s -j .data -j "\$DATA\$"
 #name : .sleb128 tests
 
 .*: .*
 
-Contents of section .data:
+Contents of section (\.data|\$DATA\$):
 #
 # 0x76543210   :           000_0111 0110_010 1_0100_00 11_0010_0 001_0000
 # 0x80000000   :           000_1000 0000_000 0_0000_00 00_0000_0 000_0000