binutils-gdb/gdb/config
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
..
a29k * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
alpha * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
arm * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
h8300 REGISTER_TYPE is obsolete. 1994-02-05 01:07:48 +00:00
h8500 * config/tm/tm-h8500.h (BEFORE_MAIN_LOOP_HOOK): Deleted. 1994-04-15 18:41:27 +00:00
i386 * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
i960 * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c, 1994-02-28 06:06:05 +00:00
m68k * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
m88k * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
mips * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
none Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly 1993-08-02 23:29:32 +00:00
ns32k * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
pa * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
rs6000 * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
sh * config/sh/tm-sh.h (BREAKPOINT): Is now sleep opcode. 1994-04-15 18:41:05 +00:00
sparc * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
vax * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
z8k Get REGISTER_TYPE right. 1994-02-05 00:36:32 +00:00
.Sanitize * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move 1993-11-17 07:56:28 +00:00
nm-lynx.h * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move 1993-11-17 07:56:28 +00:00
nm-m3.h * config/mips/mipsm3.mh, config/i386/i386m3.mh, 1994-02-06 22:38:28 +00:00
nm-sysv4.h * config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS. 1993-09-28 21:58:59 +00:00
nm-trash.h * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k, 1993-03-23 01:07:36 +00:00
tm-lynx.h * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. Move 1993-11-17 07:56:28 +00:00
tm-sunos.h * config/tm-sunos.h (IN_SOLIB_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): 1994-04-08 00:36:08 +00:00
tm-sysv4.h * config/tm-sunos.h (IN_SOLIB_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): 1994-04-08 00:36:08 +00:00
xm-lynx.h * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
xm-sysv4.h * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00