public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Run dw2-compress-2 only for 32bit
@ 2010-07-16 19:13 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2010-07-16 19:13 UTC (permalink / raw)
  To: binutils

Hi,

dw2-compress-2 is only for 32bit.  I checked in this patch to fix it.


H.J.
--
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index aca2626..ff94769 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* gas/i386/i386.exp: Run dw2-compress-2 only for 32bit.
+
 2010-07-14  Rhonda Wittels  <rhonda@codesourcery.com>
 
 	* gas/elf/pseudo.s: New.
diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp
index 1c8fb79..db837a1 100644
--- a/gas/testsuite/gas/i386/i386.exp
+++ b/gas/testsuite/gas/i386/i386.exp
@@ -213,6 +213,10 @@ if [expr ([istarget "i*86-*-*"] ||  [istarget "x86_64-*-*"]) && [gas_32_check]]
 	run_list_test "l1om-inval" "-march=l1om --32"
 	run_dump_test "localpic"
 	run_dump_test "debug1"
+
+	if [expr [istarget "*-*-linux*"]] then {
+	    run_dump_test "dw2-compress-2"
+	}
     }
 
     # This is a PE specific test.
@@ -238,7 +242,6 @@ if [expr [istarget "i*86-*-*"] || [istarget "x86_64-*-*"]] then {
     }
     if [expr [istarget "*-*-linux*"]] then {
 	run_dump_test "dw2-compress-1"
-	run_dump_test "dw2-compress-2"
     }
 }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-16 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-16 19:13 PATCH: Run dw2-compress-2 only for 32bit H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).