This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix quad.d and sleb128.d for 32-bit hppa*-*-hpux*


The changes here are identical to those applied to redef.d and redef2.d
two days ago to fix the fails observed on hppa2.0w-hp-hpux11.11.

Committed as obvious.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)

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.

Index: gas/all/quad.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/quad.d,v
retrieving revision 1.2
diff -u -3 -p -r1.2 quad.d
--- gas/all/quad.d	24 Jan 2005 15:32:19 -0000	1.2
+++ gas/all/quad.d	23 Nov 2005 00:12:29 -0000
@@ -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: gas/all/sleb128.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/all/sleb128.d,v
retrieving revision 1.2
diff -u -3 -p -r1.2 sleb128.d
--- gas/all/sleb128.d	24 Jan 2005 15:32:19 -0000	1.2
+++ gas/all/sleb128.d	23 Nov 2005 00:12:29 -0000
@@ -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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]