* Makefile.in (VERSION): Bump to 4.5.3
authorFred Fish <fnf@specifix.com>
Sun, 10 May 1992 01:43:04 +0000 (01:43 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 10 May 1992 01:43:04 +0000 (01:43 +0000)
commitf9b5584c8ef0ade5f768c2fdedfb581ae01de65a
tree33274323aa180dc874d7610af07299b608c0ea82
parent1e939db1573f1c1c81b7bd659783dfd8754022bd
* Makefile.in (VERSION):  Bump to 4.5.3
* Makefile.in (DEMANGLE_OPTS):  Remove obsolete -Dnounderscore
* Makefile.in (demangle):  New target to create standalone
demangler with same code and options as internal demangler.
* cplus-dem.c:  Massive restructuring, rewriting, cleanups, etc
to support ARM style and Lucid style demangling, improve
maintainability, fix several demangling bugs.  More changes
to follow.
* defs.h (strstr):  Add ANSI compatible prototype.
* valprint.c (type_print_1):  Demangle using ansi option.
* config/ncr3000.mt (DEMANGLE_OPTS):  Remove -Dnounderscore.
gdb/ChangeLog
gdb/Makefile.in
gdb/cplus-dem.c
gdb/valprint.c