Index: gdb/testsuite/gdb.btrace/Makefile.in |
diff --git a/gdb/testsuite/gdb.reverse/Makefile.in b/gdb/testsuite/gdb.btrace/Makefile.in |
similarity index 61% |
copy from gdb/testsuite/gdb.reverse/Makefile.in |
copy to gdb/testsuite/gdb.btrace/Makefile.in |
index adaf7dda2726ce2b9b2c701457f7c9a2ecd22409..f4c06d11523b91b55c08776e41eeb97b872065c4 100644 |
--- a/gdb/testsuite/gdb.reverse/Makefile.in |
+++ b/gdb/testsuite/gdb.btrace/Makefile.in |
@@ -1,12 +1,9 @@ |
VPATH = @srcdir@ |
srcdir = @srcdir@ |
-EXECUTABLES = break-reverse consecutive-reverse finish-reverse \ |
- i386-precsave i386-reverse i386-sse-reverse \ |
- machinestate solib-reverse step-reverse until-reverse \ |
- watch-reverse sigall-reverse sigall-precsave |
+EXECUTABLES = enable function_call_history instruction_history |
-MISCELLANEOUS = |
+MISCELLANEOUS = |
all info install-info dvi install uninstall installcheck check: |
@echo "Nothing to be done for $@..." |
@@ -18,4 +15,3 @@ clean mostlyclean: |
distclean maintainer-clean realclean: clean |
rm -f Makefile config.status config.log site.* gdb.log gdb.sum |
- |