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

Side by Side Diff: gdb/testsuite/gdb.cp/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 unified diff | Download patch
« no previous file with comments | « gdb/testsuite/gdb.cell/solib-symbol.exp ('k') | gdb/testsuite/gdb.cp/abstract-origin.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 VPATH = @srcdir@ 1 VPATH = @srcdir@
2 srcdir = @srcdir@ 2 srcdir = @srcdir@
3 3
4 EXECUTABLES = abstract-origin ambiguous annota2 annota3 anon-union \ 4 EXECUTABLES = abstract-origin ambiguous annota2 annota3 anon-union \
5 arg-reference bool breakpoint bs15503 call-c casts class2 \ 5 arg-reference bool breakpoint bs15503 call-c casts class2 \
6 classes converts cpexprs cplusfuncs cttiadd derivation \ 6 classes converts cpexprs cplusfuncs cttiadd derivation \
7 exception expand-sals extern-c formatted-ref fpointer gdb1355 \ 7 exception expand-sals extern-c formatted-ref fpointer gdb1355 \
8 gdb2384 hang infcall-dlopen inherit koenig local m-data m-static \ 8 gdb2384 hang infcall-dlopen inherit koenig local m-data m-static \
9 mb-ctor mb-inline mb-templates member-ptr method misc namespace \ 9 mb-ctor mb-inline mb-templates member-ptr method misc namespace \
10 namespace-enum namespace-nested-import nextoverthrow noparam nsdecl \ 10 namespace-enum namespace-nested-import nextoverthrow noparam nsdecl \
11 nsimport nsnested nsnoimports nsrecurs nsstress nsusing operator \ 11 nsimport nsnested nsnoimports nsrecurs nsstress nsusing operator \
12 oranking overload overload-const ovldbreak pass-by-ref pr-1023 pr-1210 \ 12 oranking overload overload-const ovldbreak pass-by-ref pr-1023 pr-1210 \
13 pr-574 pr10728 pr12028 pr9631 printmethod psmang ptype-cv-cp \ 13 pr-574 pr10728 pr12028 pr9631 printmethod psmang ptype-cv-cp \
14 re-set-overloaded ref-typ ref-typ2 rtti shadow smartp temargs \ 14 re-set-overloaded ref-typ ref-typ2 rtti shadow smartp temargs \
15 templates try_catch typedef-operator userdef virtbase virtfunc \ 15 templates try_catch typedef-operator userdef virtbase virtfunc \
16 ref-types ref-params method2 pr9594 gdb2495 virtfunc2 pr9067 \ 16 ref-types ref-params method2 pr9594 gdb2495 virtfunc2 pr9067 \
17 pr1072 pr10687 pr9167 17 pr1072 pr10687 pr9167
18 18
19 all info install-info dvi install uninstall installcheck check: 19 all info install-info dvi install uninstall installcheck check:
20 @echo "Nothing to be done for $@..." 20 @echo "Nothing to be done for $@..."
21 21
22 clean mostlyclean: 22 clean mostlyclean:
23 -rm -f *~ *.o *.ci 23 -rm -f *~ *.o *.ci
24 -rm -f *.dwo *.dwp
24 -rm -f core ${EXECUTABLES} 25 -rm -f core ${EXECUTABLES}
25 26
26 distclean maintainer-clean realclean: clean 27 distclean maintainer-clean realclean: clean
27 -rm -f Makefile config.status config.log gdb.log gdb.sum 28 -rm -f Makefile config.status config.log gdb.log gdb.sum
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.cell/solib-symbol.exp ('k') | gdb/testsuite/gdb.cp/abstract-origin.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698