* breakpoint.c (clean_up_filters): Remove.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw2-strp.exp
index 48050ae050f89a989929f4cadbc2ef73f802ebd2..147ada612f4a8510e3d0d295ea24b3f1cbd6ec34 100644 (file)
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
+load_lib dwarf.exp
 
 # Test printint string variables that are optimized out because they
 # are unreferenced in code, and whose contents appear in .debug_str.
 
 # 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.024332 seconds and 4 git commands to generate.