binutils-gdb/gdb/config/pa
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 * confiugre.in (hppa*-*-osf*): New configuration. 1994-02-24 16:10:15 +00:00
hppabsd.mh * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY 1994-01-21 16:23:36 +00:00
hppabsd.mt * Merge in HPPA/BSD patches from Utah: 1993-04-23 23:43:18 +00:00
hppahpux.mh * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY 1994-01-21 16:23:36 +00:00
hppaosf.mt * confiugre.in (hppa*-*-osf*): New configuration. 1994-02-24 16:10:15 +00:00
nm-hppab.h * nm-hppab.h (KERNEL_U_ADDR): Define. 1994-04-18 17:18:12 +00:00
nm-hppah.h * nm-hppab.h (KERNEL_U_ADDR): Define. 1994-04-18 17:18:12 +00:00
tm-hppa.h Fix typo in last change. 1994-04-06 01:11:08 +00:00
tm-hppab.h * hppa-tdep.c (pc_in_linker_stub): Move decl to beginning of file. 1994-03-04 17:54:41 +00:00
tm-hppah.h Put back include to tm-hppa.h mistakenly taken out during a recent checkin. 1994-03-29 18:36:48 +00:00
tm-hppao.h * config/pa/tm-hppao.h (NO_PC_SPACE_QUEUE_RESTORE): Define. 1994-03-23 04:16:32 +00:00
xm-hppab.h * source.c (find_source_lines): Always use code that was #ifdef 1994-05-14 19:37:57 +00:00
xm-hppah.h * nm-hppab.h (KERNEL_U_ADDR): Define. 1994-04-18 17:18:12 +00:00
xm-pa.h * printcmd.c (printf_command): Instead of using makeva* and 1993-10-13 18:17:49 +00:00