This is the mail archive of the
gdb-cvs@sources.redhat.com
mailing list for the GDB project.
src/gdb ChangeLog.cplus Makefile.in cp-names.y ...
- From: drow at sources dot redhat dot com
- To: gdb-cvs at sources dot redhat dot com
- Date: 24 Dec 2003 22:35:26 -0000
- Subject: src/gdb ChangeLog.cplus Makefile.in cp-names.y ...
CVSROOT: /cvs/src
Module name: src
Branch: drow-cplus-branch
Changes by: drow@sourceware.org 2003-12-24 22:35:26
Modified files:
gdb : ChangeLog.cplus Makefile.in cp-names.y
Added files:
gdb : cp-names.h
Log message:
* Makefile.in (cp_names_h): New variable.
(cp-names.tab.o, cp-names-main.tab.o): Depend on cp-names.h.
* cp-names.h: New file.
* cp-names.y: Include "cp-names.h".
(lexptr, prev_lexptr): Make const.
(symbol_end): Make argument and return type const. Move outside
of TEST_CPNAMES.
(parse_number): Make argument const. Use an ISO C declaration.
(parse_escape): Make argument const.
(yylex): Make some pointers const.
(cp_comp_to_string, cp_canonicalize_string): New functions.
(trim_chars): Cast symbol_end's return value to non-const in
this case.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cp-names.h.diff?cvsroot=src&only_with_tag=drow-cplus-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.cplus.diff?cvsroot=src&only_with_tag=drow-cplus-branch&r1=1.1.2.22&r2=1.1.2.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&only_with_tag=drow-cplus-branch&r1=1.268.2.7&r2=1.268.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/cp-names.y.diff?cvsroot=src&only_with_tag=drow-cplus-branch&r1=1.1.2.13&r2=1.1.2.14