gdb/testsuite:
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw2-ifort-parameter.exp
index 000b7f3e3aaa580a1cf27791aa50c6538fc5e79a..c022c5dbfa54363e2b41f4ddc94ab6c104f59070 100644 (file)
 
 # 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
 }
 
This page took 0.024174 seconds and 4 git commands to generate.