mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
Run dw2-compress-2 only for 32bit.
2010-07-16 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/i386.exp: Run dw2-compress-2 only for 32bit.
This commit is contained in:
@ -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>
|
2010-07-14 Rhonda Wittels <rhonda@codesourcery.com>
|
||||||
|
|
||||||
* gas/elf/pseudo.s: New.
|
* gas/elf/pseudo.s: New.
|
||||||
|
@ -213,6 +213,10 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_32_check]]
|
|||||||
run_list_test "l1om-inval" "-march=l1om --32"
|
run_list_test "l1om-inval" "-march=l1om --32"
|
||||||
run_dump_test "localpic"
|
run_dump_test "localpic"
|
||||||
run_dump_test "debug1"
|
run_dump_test "debug1"
|
||||||
|
|
||||||
|
if [expr [istarget "*-*-linux*"]] then {
|
||||||
|
run_dump_test "dw2-compress-2"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# This is a PE specific test.
|
# This is a PE specific test.
|
||||||
@ -238,7 +242,6 @@ if [expr [istarget "i*86-*-*"] || [istarget "x86_64-*-*"]] then {
|
|||||||
}
|
}
|
||||||
if [expr [istarget "*-*-linux*"]] then {
|
if [expr [istarget "*-*-linux*"]] then {
|
||||||
run_dump_test "dw2-compress-1"
|
run_dump_test "dw2-compress-1"
|
||||||
run_dump_test "dw2-compress-2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user