gdb/testsuite:
* gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
This commit is contained in:
parent
623b6bdf12
commit
b9e219b912
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user