gdb/testsuite:

* gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
This commit is contained in:
Yao Qi 2012-04-29 06:40:02 +00:00
parent 623b6bdf12
commit b9e219b912
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2012-04-29 Yao Qi <yao@codesourcery.com>
* gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
2012-04-28 Doug Evans <dje@google.com>
* gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from

View File

@ -15,15 +15,10 @@
# Verify DW_AT_variable_parameter does not modify the data structures meaning
# for GDB, as being used by iFort.
load_lib dwarf.exp
# This test can only be run on targets which support DWARF-2 and use gas.
# For now pick a sampling of likely targets.
if {![istarget *-*-linux*]
&& ![istarget *-*-gnu*]
&& ![istarget *-*-elf*]
&& ![istarget *-*-openbsd*]
&& ![istarget arm-*-eabi*]
&& ![istarget powerpc-*-eabi*]} {
if {![dwarf2_support]} {
return 0
}