binutils-gdb/gdb/config/mips
Jim Kingdon d8fc877318 * source.c (find_source_lines): Always use code that was #ifdef
BROKEN_LARGE_ALLOCA.  Do the cleanup before returning, rather than
	leaving it on the chain.  Reindent much of this function.
	* config/sparc/{xm-sun4sol2.h,xm-sun4os4.h},
	config/i386/{xm-sun386.h,xm-i386m3.h,xm-i386mach.h},
	config/m68k/{sun3os4.h,xm-news.h,xm-hp300hpux.h},
	config/ns32k/xm-ns32km3.h: Remove all references to
	BROKEN_LARGE_ALLOCA; with the above change it is no longer needed.
	* main.c, fork-child.c, many config files: Remove all
	SET_STACK_LIMIT_HUGE code; with the above changes it should no
	longer be needed.

	* symtab.c (lookup_partial_symbol): Use if and abort, not assert.
	This avoids __eprintf troubles.

	* main.c (main): Surround in #ifndef MAIN_OVERRIDE.  Move
	initialization code which needs to be called even if we bypass the
	command line stuff into gdb_init.
	* utils.c (fputs_unfiltered): Surround in #ifndef
	FPUTS_UNFILTERED_OVERRIDE.
	* Makefile.in (libgdb.a): New target.

	* utils.c: Rearrange I/O stuff a bit so that all output goes
	through fputs_unfiltered.  Use vasprintf; removes arbitrary limit
	which made %s not work with arbitrarily large strings.
	* printcmd.c (printf_command): Use printf_filtered, not
	printf_unfiltered and printf, now that arbitrary limit is gone.
1994-05-14 19:37:57 +00:00
..
.Sanitize * config/mips/mipsv4.mh, config/mips/mipsv4.mt, 1994-04-08 00:37:48 +00:00
bigmips64.mt Added Files: 1994-02-18 01:21:36 +00:00
bigmips.mt
decstation.mh
decstation.mt
idt64.mt Added Files: 1994-02-18 01:21:36 +00:00
idt.mt * config/mips/idt.mt: Use tm-idt.h instead of tm-bigmips.h. 1993-12-08 05:06:48 +00:00
idtl64.mt Added Files: 1994-02-18 01:21:36 +00:00
idtl.mt * config/mips/idt.mt: Use tm-idt.h instead of tm-bigmips.h. 1993-12-08 05:06:48 +00:00
irix3.mh
irix3.mt
irix4.mh
irix5.mh New files for Irix 5 support. 1993-12-06 17:12:23 +00:00
irix5.mt New files for Irix 5 support. 1993-12-06 17:12:23 +00:00
littlemips.mh
littlemips.mt
mipsel64.mt * config/mips/littlemips64.mt: Rename to mipsel64.mt for 14 1994-02-18 15:42:48 +00:00
mipsm3.mh * config/mips/mipsm3.mh, config/i386/i386m3.mh, 1994-02-06 22:38:28 +00:00
mipsm3.mt
mipsv4.mh * config/mips/mipsv4.mh, config/mips/mipsv4.mt, 1994-04-08 00:37:48 +00:00
mipsv4.mt * config/mips/mipsv4.mh, config/mips/mipsv4.mt, 1994-04-08 00:37:48 +00:00
news-mips.mh
nm-irix3.h
nm-irix4.h * config/mips/nm-irix4.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Define. 1994-04-14 03:13:52 +00:00
nm-mips.h
nm-news-mips.h
nm-riscos.h
riscos.mh
tm-bigmips64.h Added Files: 1994-02-18 01:21:36 +00:00
tm-bigmips.h
tm-idt64.h Added Files: 1994-02-18 01:21:36 +00:00
tm-idt.h * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint): 1994-02-05 20:30:35 +00:00
tm-idtl64.h Added Files: 1994-02-18 01:21:36 +00:00
tm-idtl.h * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint): 1994-02-05 20:30:35 +00:00
tm-irix3.h
tm-irix5.h * infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START. 1994-01-11 20:15:55 +00:00
tm-mips64.h Modified Files: 1994-02-19 00:50:48 +00:00
tm-mips.h * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Revise comment 1994-03-25 01:38:24 +00:00
tm-mipsm3.h
tm-mipsv4.h * config/mips/mipsv4.mh, config/mips/mipsv4.mt, 1994-04-08 00:37:48 +00:00
xm-irix3.h * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
xm-irix4.h * utils.c (request_quit): Re-establish signal handler regardless 1994-01-15 03:43:01 +00:00
xm-irix5.h New files for Irix 5 support. 1993-12-06 17:12:23 +00:00
xm-makeva.h
xm-mips.h * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
xm-mipsm3.h * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
xm-mipsv4.h * config/mips/mipsv4.mh, config/mips/mipsv4.mt, 1994-04-08 00:37:48 +00:00
xm-news-mips.h * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
xm-riscos.h