aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-02-04Reindented to GNU standard. No semantic changes. This checkin is toIan Lance Taylor1-2084/+2239
give a base for the upcoming changes, to make clear what I actually changed.
1993-02-04Remember about Makefile.inSteve Chamberlain1-0/+2
1993-02-04Sim reorgSteve Chamberlain1-2/+1
1993-02-04Now builds in subdirsSteve Chamberlain3-3/+3
1993-02-04Path modificationSteve Chamberlain1-14/+10
1993-02-04These should be in tooSteve Chamberlain2-0/+182
1993-02-04* Makefile.in (TARDIRS): Add sparclite demo dir.John Gilmore6-2119/+18
(*.tab.c): Change dependency on Makefile to depend on Makefile.in, otherwise it always rebuilds after configuring. Force output *.tab.c file into current directory even in "make" versions that rewrite dependent file names used in command lines. * TODO: Remove some things we did. * am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode. * os68k-xdep.c: Remove; useless file (os68k is a target only). * convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST. * symtab.h: Eliminate unnamed unions and structs.
1993-02-04* a29k.h: Remove RCS crud, update GPL to v2, update copyrights.John Gilmore2-42/+1717
* convex.h: Added, from GDB's convx-opcode.h. Added CONST to all initialized structs in it.
1993-02-04* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' forJohn Gilmore2-1/+6
GDB releases.
1993-02-04* Makefile.in (refcard.ps, lrefcard.ps): Remove psref.texJohn Gilmore2-2/+7
intermediate file.
1993-02-04Makeinfo now works again; remove kludge.John Gilmore2-3/+1
1993-02-04Remove extra msg.John Gilmore1-2/+0
1993-02-04Remove extra msg and RCS crud.John Gilmore1-9/+2
1993-02-04Remove extraneous message and RCS cruft.John Gilmore1-86/+0
1993-02-04New simulator tree structureSteve Chamberlain10-96/+435
1993-02-04Polishing z8k simulator supportSteve Chamberlain2-88/+328
1993-02-04Simulator consolidationSteve Chamberlain1-31/+10
1993-02-04simulator consolidationSteve Chamberlain1-1/+1
1993-02-03* Makefile.in (VERSION): Roll to 4.7.5.John Gilmore2-2/+8
(gdb.info): Ignore error from makeinfo (FIXME), since makeinfo isn't quite up to date to handle gdb.texi.
1993-02-03forgot to document a configure change: don't screw with -/_ in "with" optionsKen Raeburn1-1/+2
1993-02-03configure: Include srcdir in target-of-link-not-found msgKen Raeburn1-0/+5
1993-02-03mips.h comment fix from Ralph CampbellKen Raeburn1-1/+5
1993-02-03added rules for info, install-info, and dvi; rule for clean is correct, tooJeffrey Osier2-5/+36
1993-02-03Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-17/+5
* coffcode.h: Removed MIPS specific information, since coff-mips.c no longer includes this file.
1993-02-03Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-2/+10
* coff-msym.c (ecoff_swap_fdr_in, ecoff_swap_ext_in): Set reserved bits to 0 to make comparison test useful. * config/irix3.mh, config/irix4.mh (HDEFINES): Set to -G 4 to avoid overflowing GP accessible sections in binutils/objdump.
1993-02-03Fix some minor bugs, make work on big endian machines, rememberIan Lance Taylor1-14/+23
text_start and text_end for future use by gdb and current use by find_nearest_line. Still covered by last ChangeLog entry, I think.
1993-02-03Keep forgetting those .Sanitize files.Ian Lance Taylor2-1/+6
1993-02-03Wed Feb 3 09:05:56 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-0/+6
* mipsbig.sh: New file. Big endian MIPS emulation. * config/mips-big.mt: New file. Use mipsbig emulation. * configure.in (mips-sgi-irix*): Use target mips-big. * Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o. (em_mipsbig.c): New target. Uses mipsbig.sh.
1993-02-03Add new ChangeLog.John Gilmore1-0/+1
1993-02-03Remove extraneous msg.John Gilmore1-135/+0
1993-02-03Remove extra msgJohn Gilmore1-7/+0
1993-02-03Add perifs.c and state.h; elim extraneous output.John Gilmore1-5/+2
1993-02-03Remove "Done in" pwd line.John Gilmore1-2/+0
1993-02-03Remove "Done in" printoutJohn Gilmore1-2/+0
1993-02-03Keep mipsbsd.h.John Gilmore1-0/+1
1993-02-03Remove "done in pwd" msg.John Gilmore1-2/+0
1993-02-03Eliminate extraneous messages and RCS log.John Gilmore1-20/+2
1993-02-03Remove "done in" message.John Gilmore1-2/+0
1993-02-03Add aout-mipsbsd.cJohn Gilmore1-0/+1
1993-02-03* breakpoint.c (breakpoint_re_set_one): Handle watchpoints whenJohn Gilmore1-2/+9
re-evaluating symbol pointers. Add attribution to a few older ChangeLog entries.
1993-02-03added uudecode to keepers listDavid D. Zuhn1-0/+1
1993-02-03updated dates, add support for building with native (SunPRO) C on Solaris2David D. Zuhn1-6/+5
1993-02-03updated dates, build all interesting targets on hp700 hostDavid D. Zuhn1-6/+6
1993-02-03added support for uudecodeDavid D. Zuhn3-3/+27
1993-02-03 * c-exp.y (lcurly, rcurly): New nonterminals.Fred Fish7-27/+61
* c-exp.y (exp): Use lcurly and rcurly for arrays and UNOP_MEMVAL constructs. * parse.c (free_funcalls): Moved prototype from parser-defs.h, made function static. * parse.c (struct funcall): Moved struct def from parser-defs.h. * parse.c (funcall_chain): Moved from parser-defs.h, made static. * parse.c (start_arglist): * parser-defs.h (free_funcalls): Moved prototype to parse.c. * parser-defs.h (struct funcall): Moved struct def to parse.c. * parser-defs.h (funcall_chain): Moved to parse.c. * printcmd.c (print_frame_nameless_args): Fix prototype. * tm-mips.h (setup_arbitrary_frame): Fix prototype. * tm-sparc.h (setup_arbitrary_frame): Fix prototype. * valops.c (typecmp): Moved prototype from values.h. * value.h (typecmp): Moved prototype to valops.c, made static. **** start-sanitize-chill **** * ch-exp.y (yylex): Change way control sequences are disabled. **** end-sanitize-chill ****
1993-02-03* tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.John Gilmore4-4/+13
* remote-nindy.c: Cleanup.
1993-02-02 * aoutx.h (NAME(aout,slurp_symbol_table)): Made symbolPer Bothner1-0/+6
reading more robust: Fail if string index is out of string table range.
1993-02-02Tue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-23/+15
* mipsread.c (upgrade_type): Build array types correctly, using create_range_type and create_array_type.
1993-02-02Stylistic Cleanups to Headings and Cross References to Avoid UndueRoland Pesch3-216/+231
Numbers of Capital Letters (Save in Chapter Headings), Despite the Germanic Heritage of the English Language.
1993-02-02General cleanup--added prototypes, removed a few unused variables,Ian Lance Taylor1-180/+290
fixed up comments a bit. Also set version stamp in a.out header to 0x20a rather than 0, to keep the Ultrix linker happy.