binutils-gdb/gdb/config
Stu Grossman 188c635fbb * Makefile.in (INTERNAL_CFLAGS): Add ENABLE_CFLAGS.
* fork-child.c (fork_inferior):  Add call to
	TARGET_CREATE_INFERIOR_HOOK to allow target specific code to get
	control just before the new process executes it's first instruction.
	* remote-mips.c (mips_initialize):  Cleanup a bit.  Don't try to
	receive a packet at first.  This speeds up initialization a lot.
	Use TARGET_MONITOR_PROMPT instead of "<IDT>".
	(common_breakpoint):  Use rresponse instead of rerrflg to inspect
	error code.
	* symfile.c (syms_from_objfile reread_symbols):  Call
	TARGET_SYMFILE_POSTREAD to allow target specific code to get
	control after reading new symbols.
	* target.h:  New macros TARGET_SYMFILE_POSTREAD, and
	TARGET_CREATE_INFERIOR_HOOK.  See above for descriptions.
	* config/mips/{irix5.mh nm-irix5.h}:  Delete nm-irix5.h.  Make
	NAT_FILE point directly at ../nm-sysv4.h.
	* config/mips/{mipsm3.mh nm-m3.h}:  Delete nm-m3.h.  Make
	NAT_FILE point directly at ../nm-m3.h.
	* config/mips/{mipsv4.mh nm-sysv4.h}:  Delete nm-sysv4.h.  Make
	NAT_FILE point directly at ../nm-sysv4.h.
	* config/mips/nm-mips.h:  Improve comment at top of file.
	* config/mips/tm-mips.h (TARGET_MONITOR_PROMPT):  Change
	definition into a proper string.
start-sanitize-gm
	* configure configure.in:  Add support for --enable-gm.
	(mips*-*-magic*):  Change target from magic to idt.
	* eval.c expprint.c expression.h parse.c remote-mips.c utils.c:
	Change GENERAL_MAGIC_HACKS to GENERAL_MAGIC.
	* magic.c magic.h:  Update files from GM.
	* config/mips/magic.mt:  Delete.  No longer necessary now that we
	use --enable mechanism.
	* config/mips/tm-idt.h:  Add GM stuff needed for remote GM box.
	* config/mips/tm-irix5.h:  Add GM stuff needed for native Irix box.
	* config/mips/tm-magic.h:  Move up to config/tm-magic.h.  Move all
	platform specific stuff into tm-irix.h and tm-idt.h.  Add defs for
	TARGET_SYMFILE_POSTREAD and TARGET_CREATE_INFERIOR_HOOK.
end-sanitize-gm
1995-11-04 19:02:42 +00:00
..
a29k Update FSF address. 1995-08-02 03:41:12 +00:00
alpha Update FSF address. 1995-08-02 03:41:12 +00:00
arc Update FSF address. 1995-08-02 03:41:12 +00:00
arm Thu Sep 28 14:32:11 1995 steve chamberlain <sac@slash.cygnus.com> 1995-09-29 00:14:01 +00:00
h8300 Update FSF address. 1995-08-02 03:41:12 +00:00
h8500 Update FSF address. 1995-08-02 03:41:12 +00:00
i386 * config/i386/tm-i386.h: New file containing generic i*86 target 1995-11-02 15:20:50 +00:00
i960 Update FSF address. 1995-08-02 03:41:12 +00:00
m68k * config/xm-mpw.h: New file, all-Mac host support. 1995-10-27 05:19:11 +00:00
m88k Update FSF address. 1995-08-02 03:41:12 +00:00
mips * Makefile.in (INTERNAL_CFLAGS): Add ENABLE_CFLAGS. 1995-11-04 19:02:42 +00:00
none Update FSF address. 1995-08-02 03:41:12 +00:00
ns32k Update FSF address. 1995-08-02 03:41:12 +00:00
pa Tue Oct 24 18:30:18 1995 Jason Molenda (crash@phydeaux.cygnus.com) 1995-10-25 01:33:26 +00:00
powerpc New file 1995-10-27 05:32:46 +00:00
rs6000 * config/powerpc/xm-aix.h (FIVE_ARG_PTRACE): Define. 1995-08-13 06:11:38 +00:00
sh Hitachi SH3e, patch to make FP registers debuggable. 1995-10-19 23:29:59 +00:00
sparc * config/sparc/tm-sp64.h (REGISTER_RAW_SIZE): Lower 32 fp regs 1995-09-06 21:35:20 +00:00
vax Update FSF address. 1995-08-02 03:41:12 +00:00
w65 Update FSF address. 1995-08-02 03:41:12 +00:00
z8k Update FSF address. 1995-08-02 03:41:12 +00:00
.Sanitize * Makefile.in (INTERNAL_CFLAGS): Add ENABLE_CFLAGS. 1995-11-04 19:02:42 +00:00
nm-empty.h * configure.in (config/nm-empty.h): If cross only, use instead 1994-09-04 23:16:22 +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 Update FSF address. 1995-08-02 03:41:12 +00:00
nm-sysv4.h Update FSF address. 1995-08-02 03:41:12 +00:00
tm-lynx.h Update FSF address. 1995-08-02 03:41:12 +00:00
tm-magic.h * Makefile.in (INTERNAL_CFLAGS): Add ENABLE_CFLAGS. 1995-11-04 19:02:42 +00:00
tm-nbsd.h Update FSF address. 1995-08-02 03:41:12 +00:00
tm-sunos.h Update FSF address. 1995-08-02 03:41:12 +00:00
tm-sysv4.h Update FSF address. 1995-08-02 03:41:12 +00:00
xm-lynx.h Update FSF address. 1995-08-02 03:41:12 +00:00
xm-mpw.h * config/xm-mpw.h: New file, all-Mac host support. 1995-10-27 05:19:11 +00:00
xm-nbsd.h Update FSF address. 1995-08-02 03:41:12 +00:00
xm-sysv4.h Update FSF address. 1995-08-02 03:41:12 +00:00