diff options
author | Chris Moller <cmoller@cygnus> | 2010-04-21 17:33:54 +0000 |
---|---|---|
committer | Chris Moller <cmoller@cygnus> | 2010-04-21 17:33:54 +0000 |
commit | 0b66f3173809e422f3dfbab2a8afff7fb9fc0ef3 (patch) | |
tree | d01b4a9ce867591f4a06247baf0d6f481cffeb0e /gdb/testsuite/gdb.cp/Makefile.in | |
parent | 34a7d6c6d367a964e24ea7f0f8c868cc531736f8 (diff) | |
download | gdb-0b66f3173809e422f3dfbab2a8afff7fb9fc0ef3.zip gdb-0b66f3173809e422f3dfbab2a8afff7fb9fc0ef3.tar.gz gdb-0b66f3173809e422f3dfbab2a8afff7fb9fc0ef3.tar.bz2 |
PR 9167
* cp-valprint.c (cp_print_value_fields): Replaced obstack_base()
method of popping recursion-detection stack with a method based on
obstack_object_size().
* gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
* gdb.cp/pr9167.cc: New file.
* gdb.cp/pr9167.exp: New file.
Diffstat (limited to 'gdb/testsuite/gdb.cp/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.cp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/Makefile.in b/gdb/testsuite/gdb.cp/Makefile.in index 721094d..5b00a61 100644 --- a/gdb/testsuite/gdb.cp/Makefile.in +++ b/gdb/testsuite/gdb.cp/Makefile.in @@ -5,7 +5,7 @@ EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \ derivation inherit local member-ptr method misc \ overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace \ ref-types ref-params method2 pr9594 gdb2495 virtfunc2 pr9067 \ - pr1072 pr10687 + pr1072 pr10687 pr9167 all info install-info dvi install uninstall installcheck check: @echo "Nothing to be done for $@..." |