* gas/all/quad.d: Add -j "\$DATA\$". Modify regexp to check for

"$DATA$" as well as ".data".
	* gas/all/sleb128.d: Likewise.
This commit is contained in:
Dave Anglin 2005-11-23 00:28:58 +00:00
parent c1947b85a5
commit 6e572af013
3 changed files with 10 additions and 4 deletions

View 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

View 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) .*

View 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