From: H.J. Lu Date: Fri, 16 Jul 2010 19:12:47 +0000 (+0000) Subject: Run dw2-compress-2 only for 32bit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=502abbdf22c780cc0acdc17b90159a8e475db036;p=binutils-gdb.git Run dw2-compress-2 only for 32bit. 2010-07-16 H.J. Lu * gas/i386/i386.exp: Run dw2-compress-2 only for 32bit. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index aca2626d1c7..ff947694044 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-07-16 H.J. Lu + + * gas/i386/i386.exp: Run dw2-compress-2 only for 32bit. + 2010-07-14 Rhonda Wittels * gas/elf/pseudo.s: New. diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp index 1c8fb7975e5..db837a190df 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" } }