4530 Commits

Author SHA1 Message Date
a69942c89b * a29k.h: Remove RCS crud, update GPL to v2, update copyrights.
* convex.h:  Added, from GDB's convx-opcode.h.  Added CONST to all
initialized structs in it.
1993-02-04 10:08:35 +00:00
eab2562e26 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
GDB releases.
1993-02-04 09:52:04 +00:00
7a694ae8c5 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
intermediate file.
1993-02-04 09:50:19 +00:00
24b88ae801 Makeinfo now works again; remove kludge. 1993-02-04 06:00:41 +00:00
264c579010 Remove extra msg. 1993-02-04 05:34:17 +00:00
2a6795f1f0 Remove extra msg and RCS crud. 1993-02-04 05:33:09 +00:00
7d4d1f4228 Remove extraneous message and RCS cruft. 1993-02-04 05:32:22 +00:00
b0c9f02613 New simulator tree structure 1993-02-04 00:22:22 +00:00
1f21d3dc1a Polishing z8k simulator support 1993-02-04 00:17:25 +00:00
675e8ac9a2 Simulator consolidation 1993-02-04 00:15:56 +00:00
d080269f6d simulator consolidation 1993-02-04 00:15:19 +00:00
ad89bdfdac * Makefile.in (VERSION): Roll to 4.7.5.
(gdb.info):  Ignore error from makeinfo (FIXME), since makeinfo
isn't quite up to date to handle gdb.texi.
1993-02-03 22:49:32 +00:00
016f8f063c forgot to document a configure change: don't screw with -/_ in "with" options 1993-02-03 22:40:45 +00:00
318dc570da configure: Include srcdir in target-of-link-not-found msg 1993-02-03 22:31:29 +00:00
ffb93a5d6a mips.h comment fix from Ralph Campbell 1993-02-03 22:15:19 +00:00
2518bf3701 added rules for info, install-info, and dvi; rule for clean is correct, too 1993-02-03 22:03:33 +00:00
1a8c6d5b92 Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com)
* coffcode.h: Removed MIPS specific information, since coff-mips.c
	no longer includes this file.
1993-02-03 20:08:22 +00:00
63fd1097f5 Wed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com)
* 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-03 17:17:34 +00:00
6d18a99d25 Fix some minor bugs, make work on big endian machines, remember
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-03 17:14:11 +00:00
31965c32d0 Keep forgetting those .Sanitize files. 1993-02-03 17:11:22 +00:00
2552fc24f1 Wed Feb 3 09:05:56 1993 Ian Lance Taylor (ian@cygnus.com)
* 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-03 17:10:09 +00:00
dd23fc3965 Add new ChangeLog. 1993-02-03 09:09:02 +00:00
06db9917ad Remove extraneous msg. 1993-02-03 09:07:51 +00:00
1d4959c530 Remove extra msg 1993-02-03 09:05:58 +00:00
6a467dd255 Add perifs.c and state.h; elim extraneous output. 1993-02-03 09:01:53 +00:00
0f03541a57 Remove "Done in" pwd line. 1993-02-03 08:52:34 +00:00
591f5cb710 Remove "Done in" printout 1993-02-03 08:49:32 +00:00
4bdbc8d68d Keep mipsbsd.h. 1993-02-03 07:42:00 +00:00
3480cc3eb4 Remove "done in pwd" msg. 1993-02-03 07:41:32 +00:00
c4fa327144 Eliminate extraneous messages and RCS log. 1993-02-03 07:41:07 +00:00
2f15ee07dd Remove "done in" message. 1993-02-03 07:39:55 +00:00
9dec3920f0 Add aout-mipsbsd.c 1993-02-03 05:24:02 +00:00
ca5a72cd13 * breakpoint.c (breakpoint_re_set_one): Handle watchpoints when
re-evaluating symbol pointers.

Add attribution to a few older ChangeLog entries.
1993-02-03 04:49:05 +00:00
fa64be8ded added uudecode to keepers list 1993-02-03 03:24:20 +00:00
af5874bddc updated dates, add support for building with native (SunPRO) C on Solaris2 1993-02-03 03:01:41 +00:00
388d084f8a updated dates, build all interesting targets on hp700 host 1993-02-03 03:01:06 +00:00
4a2f0c79f5 added support for uudecode 1993-02-03 02:59:27 +00:00
9da75ad32e * c-exp.y (lcurly, rcurly): New nonterminals.
* 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 00:28:54 +00:00
58bcc08c60 * tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.
* remote-nindy.c:  Cleanup.
1993-02-03 00:13:10 +00:00
96f03b0f0d * aoutx.h (NAME(aout,slurp_symbol_table)): Made symbol
reading more robust:  Fail if string index is out of string
	table range.
1993-02-02 23:38:38 +00:00
fee754c921 Tue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com)
* mipsread.c (upgrade_type): Build array types correctly, using
	create_range_type and create_array_type.
1993-02-02 23:32:18 +00:00
93928b60e5 Stylistic Cleanups to Headings and Cross References to Avoid Undue
Numbers of Capital Letters (Save in Chapter Headings), Despite the
Germanic Heritage of the English Language.
1993-02-02 22:59:46 +00:00
f6409552c7 General cleanup--added prototypes, removed a few unused variables,
fixed up comments a bit.  Also set version stamp in a.out header to
0x20a rather than 0, to keep the Ultrix linker happy.
1993-02-02 22:17:27 +00:00
cb4005ffe2 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (all-gcc): Added dependency on all-gas.
1993-02-02 21:46:14 +00:00
9aa964da87 More minor stylistic cleanup: avoid plurals on things that aren't English. 1993-02-02 21:44:11 +00:00
93918348e5 Minor stylistic cleanup; eliminated more contractions, eliminated
possessives on things (like name of GDB) that are not English, and
incidentals spotted while pursuing these.
1993-02-02 21:38:40 +00:00
eb7faec1c3 * gdb.texinfo: fix capitalization in pointers to node "Output Formats" 1993-02-02 20:20:15 +00:00
6bdeaead5e Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
* configure.in (mips-*-*): Build ld and binutils.
1993-02-02 19:46:34 +00:00
5e462ed938 Create a .scommon section for each input BFD so the linker has
something to attach small common symbols to.  Then avoid writing out
the (empty) .scommon section for the output BFD.

Tue Feb  2 11:41:06 1993  Ian Lance Taylor  (ian@cygnus.com)

	* coff-mips.c: Completed support for linker and binutils.
1993-02-02 19:43:44 +00:00
3ca6193ca5 * ChangeLog: new file 1993-02-02 19:41:17 +00:00