old-cross-binutils/gdb/config/m88k
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/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h. 1993-09-02 05:57:33 +00:00
delta88.mh * gdb/config/m88k/delta88.mh (NATDEPFILES): Added corelow.o and 1993-11-22 19:08:33 +00:00
delta88.mt * config/{*.mt, *.mh}: All target and host makefile fragment 1993-03-23 01:19:58 +00:00
delta88v4.mh * Makefile.in (install, uninstall): Remove $$n.1 stuff; I don't 1993-10-05 21:25:10 +00:00
delta88v4.mt * config/m88k/{delta88v4.mt,delta88v4.mh}: New files 1993-08-23 21:14:31 +00:00
m88k.mh * config/m88k/m88k.mh (NATDEPFILES): Remove exec.o. 1993-11-01 21:11:12 +00:00
m88k.mt pulling dcache code out of remote.c 1993-09-01 00:37:53 +00:00
nm-delta88v4.h * config/m88k/{delta88v4.mt,delta88v4.mh}: New files 1993-08-23 21:14:31 +00:00
nm-m88k.h * config/{*.mt, *.mh}: All target and host makefile fragment 1993-03-23 01:19:58 +00:00
tm-delta88.h * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c: 1994-02-01 22:17:29 +00:00
tm-delta88v4.h * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c: 1994-02-01 22:17:29 +00:00
tm-m88k.h * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c, 1994-02-28 06:06:05 +00:00
xm-delta88.h * m88k-tdep.c: Include sys/dir.h before sys/user.h. 1993-09-02 06:20:20 +00:00
xm-delta88v4.h * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h. 1993-09-02 05:35:49 +00:00
xm-dgux.h * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
xm-m88k.h * printcmd.c (printf_command): Instead of using makeva* and 1993-10-13 18:17:49 +00:00