gdb.ada/info_exc.exp,mi_exc_info.exp: handle runtimes with full debug info.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.ada / Makefile.in
index 9b8a41736f165412ef903a6d25c147abb7a52e05..d9a3c799aa5face19d832e52c2c7fe3b886c1f1c 100644 (file)
@@ -54,6 +54,8 @@ clean mostlyclean:
        -find . -name 'b~*.ad[sb]' -print | xargs rm -f
        -rm -f *~ a.out xgdb *.x *.ci *.tmp
        -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
+       -find . -name '*.dwo' -print | xargs rm -f
+       -find . -name '*.dwp' -print | xargs rm -f
        -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
        -rm -f $(MISCELLANEOUS) twice-tmp.c
 
This page took 0.024313 seconds and 4 git commands to generate.