Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: gdb/testsuite/gdb.base/Makefile.in

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.base/Makefile ('k') | gdb/testsuite/gdb.base/a2-run.exp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/testsuite/gdb.base/Makefile.in
diff --git a/gdb/testsuite/gdb.base/Makefile.in b/gdb/testsuite/gdb.base/Makefile.in
index 7ceb121aed80c8fe67c292a6d0fb2196d9b0cb9c..ca4c9a0c8be7af473d66fbb02ba6f2a42cbf661d 100644
--- a/gdb/testsuite/gdb.base/Makefile.in
+++ b/gdb/testsuite/gdb.base/Makefile.in
@@ -30,7 +30,7 @@ EXECUTABLES = a2-run advance all-types annota1 annota1-watch_thread_num \
sepsymtab.debug sepsymtab.stripped setshow setvar shmain shreloc \
sigall sigaltstack sigbpt sigchld siginfo siginfo-addr \
siginfo-infcall siginfo-obj signals signull sigrepeat sigstep \
- sizeof skip skip-solib solib solib-corrupted solib-display-main
+ sizeof skip skip-solib solib solib-corrupted solib-display-main \
solib-nodir solib-overlap-main-0x40000000 solib-symbol-main solib-weak \
solib-weak-lib2 solib_sl so-impl-ld so-indr-cl \
stack-checking start step-break step-bt step-line step-resume-infcall \
@@ -57,6 +57,7 @@ all info install-info dvi install uninstall installcheck check:
clean mostlyclean:
-rm -f *~ *.o a.out xgdb *.x *.ci *.tmp
+ -rm -f *.dwo *.dwp
-rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES)
-rm -f $(MISCELLANEOUS)
« no previous file with comments | « gdb/testsuite/gdb.base/Makefile ('k') | gdb/testsuite/gdb.base/a2-run.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698