diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 868339c..4a903bc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2015-01-13 Joel Brobecker <brobecker@adacore.com> + * Makefile.in (clean mostlyclean): Do not delete *.py. + +2015-01-13 Joel Brobecker <brobecker@adacore.com> + * gdb.python/py-lookup-type.exp: New file. 2015-01-12 Pedro Alves <palves@redhat.com> diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index b319409..53cb754 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -242,7 +242,7 @@ force:; clean mostlyclean: -rm -f *~ core *.o a.out xgdb *.x *.grt bigcore.corefile .gdb_history - -rm -f core.* *.tf *.cl *.py tracecommandsscript copy1.txt zzz-gdbscript + -rm -f core.* *.tf *.cl tracecommandsscript copy1.txt zzz-gdbscript -rm -f *.dwo *.dwp -rm -rf outputs temp cache -rm -f read1.so expect-read1 |