aboutsummaryrefslogtreecommitdiff
path: root/gdb/cplus-dem.c
AgeCommit message (Collapse)AuthorFilesLines
1992-03-15Globs of changes. See the ChangeLog for details. Most related toFred Fish1-12/+0
using the new mmalloc package.
1992-03-03Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)Michael Tiemann1-3/+2
* All GDB files that #include defs.h: Removed stdio.h. (defs.h): #include stdio.h. This has been tested by building GDBs for all targets hosted on Sun4. None of the build problems were related to stdio.h inclusion. (n.b. many configurations don't build for other reasons.)
1992-02-22* Check in Fred Fish's changes in these modules. FredJohn Gilmore1-44/+51
will make ChangeLog entries for all of them.
1992-02-20* defs.h: Include ansidecl.h and PARAMS macro. Use PARAMSJohn Gilmore1-2/+2
to make prototypes for all functions declared here. * cplus-dem.c: Avoid declaring xmalloc and xrealloc. * c-exp.y: Rename SIGNED, OR, and AND to avoid conflict. * environ.c: Include <stdio.h> before defs.h. Minor cleanup. * ieee-float.h: Use PARAMS for prototypes; make some params const. * ieee-float.c, valarith.c: Include <stdio.h>. Lint. b*=>mem*. * m2-exp.y: Remove unused CONST; Rename OR and AND. * utils.c: Avoid declaring malloc and realloc. Lint. (request_quit): Accept signal-number parameter.
1992-01-20Fix demangling of destructors, and fix a minor indentation problem.Michael Tiemann1-4/+13
1991-12-06Fix off-by-one error in cplus name demangling.Michael Tiemann1-1/+3
1991-11-21* defs.h: Incorporate param.h. All users changed.John Gilmore1-10/+2
* param-no-tm.h: Change users to define TM_FILE_OVERRIDE instead. * param.h, param-no-tm.h: Removed. * Update copyrights in all changed files. * dbxread.c, dwarfread.c, inflow.c, infrun.c, m2-exp.y, putenv.c, solib.c, symtab.h, tm-umax.h, valprint.c: Lint. * tm-convex.h, tm-hp300hpux.h, tm-merlin.h, tm-sparc.h, xm-merlin.h: Avoid host include files in target descriptions. * getpagesize.h: Removed, libiberty copes now.
1991-11-18Supply missing third arg to instance of call to do_type().Fred Fish1-1/+1
1991-11-18Make changes needed to handle code which uses ANSI-mangled names (andMichael Tiemann1-67/+196
new G++ 1.95 dbxout output).
1991-11-15ansi name abuse changesDavid Henkel-Wallace1-16/+214
1991-08-22lintStu Grossman1-6/+3
1991-07-21 Mostly MIPS symbol-reading and general symbol-reading fixups.John Gilmore1-2/+2
1991-06-04Change GDB over to GNU General Public License version 2.John Gilmore1-13/+13
1991-05-30Roll in Tiemann changes for gcc -ansi. Fix assorted bugs. See ChangeLog.John Gilmore1-1/+1
1991-05-03 * cplus-dem.c [__STDC__]: Make x{m,re}alloc return void*.Jim Kingdon1-2/+4
1991-05-03 Mips bringup and general cleanupJohn Gilmore1-7/+7
* cplus-dem.c: Move CPLUS_MARKER define to after defs.h. * infptrace.c (PT_WRITE_D, PT_READ_D): Use correct values. (This still doesn't seem to make MIPS bkpts work.) * mipsread.c: Remove dup "Reading symbol data..." msg. (symbol_file_command, add_file_command): Remove, obsol. * printcmd.c (ptype_command): Say "an enum" rather than "a enum". Wrap output appropriately. * stack.c (locals_info, catch_info, args_info): Check selected_frame rather than target_has_stack or coredumping. * valprint.c (type_print_varspec_suffix): Wrap "ptype" output of enums appropriately.
1991-05-02The list of changes is too long to fit in the cvs log (since it truncates!).Jim Kingdon1-5/+7
Look at the ChangeLog for Apr 30 and May 1.
1991-04-26 * cplus-dem.c (optable): Add "nw", "dl", "compound".Jim Kingdon1-4/+37
(cplus_mangle_opname): New function. (do_type): Add case 'Q'. * vax-opcode.h, expread.y, expprint.c, cplus-dem.c: Declare some things "const".
1991-04-19 * utils.c: Use CPLUS_MARKER not '$'.Jim Kingdon1-4/+11
* cplus-dem.c: Use CPLUS_MARKER not '$'. If CPLUS_MARKER isn't defined, define it to '$'.
1991-03-28Johns releaseK. Richard Pixley1-0/+1001