OSDN Git Service

2003-06-30 David Carlton <carlton@kealia.com>
authorcarlton <carlton>
Mon, 30 Jun 2003 16:21:15 +0000 (16:21 +0000)
committercarlton <carlton>
Mon, 30 Jun 2003 16:21:15 +0000 (16:21 +0000)
commit6d68fbc7d3f31e1dd6611184b0ea0ddea3b357a3
tree89d6ce031dac04195736771ab0438e298dd5ba04
parent9b4f5fd4e5ab2105f96664204f67c53dc0b7f541
2003-06-30  David Carlton  <carlton@kealia.com>

Band-aid for PR c++/1245.
* Makefile.in (cp-support.o): Depend on complaints_h.
* cp-support.c: Include complaints.h.  Add declaration for
find_last_component.
(cp_find_first_component): Separate code into
cp_find_first_component_aux.
(cp_find_first_component_aux): Call demangled_name_complaint.
(demangled_name_complaint): New.

2003-06-30  David Carlton  <carlton@kealia.com>

* gdb.c++/maint.exp (test_invalid_name): New.
(test_first_component): Add tests for invalid names.
gdb/ChangeLog
gdb/Makefile.in
gdb/cp-support.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/maint.exp