binutils-gdb/gdb/config
Stan Shebs a6b26c4431 Changes for MacGDB:
Thu May 12 17:04:58 1994  Stan Shebs  (shebs@andros.cygnus.com)

	* mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
	(READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
	(TSOBS): Don't compile inflow.c.
	(all, install): Add MacGDB.
	* main.c (main): Do Mac-specific init and command loop if a
	standalone app, skip full option help message if compiling
	with MPW C.
	(gdb_readline): If MPW, add a newline after the (gdb) prompt.
	* utils.c (_initialize_utils): If MPW, don't try to use termcap to
	compute the window size.
	* config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
	fflush): Define as macros that expand into hacked_... versions.
	(StandAlone, mac_app): Declare.
	* macgdb.r (SIZE): Set the default partition to 4000K.
	* mac-xdep.c (readline.h, history.h): Include.
	(terminal.h): Don't include.
	(mac_app): Define.
	(gdb_has_a_terminal): Define Mac-specific version.
	(do_keyboard_command): Simplify search for command string.
	(readline): Define as gdb_readline.
	Add other history/readline stubs to make main gdb link.
	(hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
	hacked_fputc, hacked_fflush): New functions, intercept output to
	stdout and stderr, send to console window.
1994-05-13 00:31:31 +00:00
..
a29k * a29k-tdep.c (init_frame_info): Cast null arg to examine_tag. 1994-01-12 07:47:14 +00:00
alpha * config/alpha/nm-alpha.h (GDB_TARGET_HAS_SHARED_LIBS): Define, 1994-04-08 00:36:54 +00:00
arm bcopy -> memcpy 1993-09-01 20:37:15 +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 * config/i386/tm-symmetry.h: Clean up, it is now only used for Dynix. 1994-03-30 10:00:00 +00:00
i960 * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c, 1994-02-28 06:06:05 +00:00
m68k Changes for MacGDB: 1994-05-13 00:31:31 +00:00
m88k * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c, 1994-02-28 06:06:05 +00:00
mips * config/mips/nm-irix4.h (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Define. 1994-04-14 03:13:52 +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 * config/mips/mipsm3.mh, config/i386/i386m3.mh, 1994-02-06 22:38:28 +00:00
pa * nm-hppab.h (KERNEL_U_ADDR): Define. 1994-04-18 17:18:12 +00:00
rs6000 * config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}: 1994-02-18 15:55:21 +00:00
sh * config/sh/tm-sh.h (BREAKPOINT): Is now sleep opcode. 1994-04-15 18:41:05 +00:00
sparc * procfs.c (procfs_wait): Reinstate code which deduces the signal 1994-05-03 15:13:26 +00:00
vax * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h, 1994-01-07 21:02:39 +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 More LynxOS support 1993-10-30 00:16:25 +00:00
xm-sysv4.h * config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS. 1993-09-28 21:58:59 +00:00