binutils-gdb/gdb/config
Stu Grossman a243a22f43 * dcache.c: Add prototypes. Make many functions static.
* (dcache_peek dcache_fetch dcache_poke):  Make dcache_fetch and
	dcache_poke call dcache_xfer_memory directly in order to fix
	problems with turning off dcache.  dcache_peek is now unnecessary,
	so it goes away.

	* defs.h:  Define new macros HOST_{FLOAT DOUBLE	LONG_DOUBLE}_FORMAT
	and TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT to specify a pointer
	to a struct floatformat.  This allows for better handling of
	targets whose floating point formats differ from the host by more
	than just byte order.
	* (floatformat_to_long_double floatformat_from_long_double):
	Prototypes for new functions in utils.c.
	* (floatformat_to_doublest floatformat_from_doublest):  Prototypes
	for pointers to floating point conversion functions.  The actual
	function uses either double or long double if the host supports it.
	* findvar.c (floatformat_to_doublest floatformat_from_doublest):
	Initialize to point at correct function depending on HAVE_LONG_DOUBLE.
	* (extract_floating store_floating):  Rewrite.  Now, if host fp
	format is the same as the target, we just do a copy.  Otherwise,
	we call floatformat_{to from}_doublest.
	* remote-nindy.c (nindy_xfer_inferior_memory):  Change param
	`write' to `should_write'.
	* utils.c (floatformat_to_long_double
	floatformat_from_long_double):  New routines that implement long
	double versions of functions in libiberty/floatformat.c.
	* config/i960/tm-i960.h (TARGET_LONG_DOUBLE_FORMAT):  Define this for
	i960 extended real (80 bit) numbers.
	* nindy-share/nindy.c (ninMemGet ninMemPut):  Return number of bytes
	actually read or written.
1996-04-11 21:17:45 +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 * arm-xdep.c: Move native-specific code to here from arm-tdep.c. 1996-04-05 04:32:27 +00:00
h8300 Update FSF address. 1995-08-02 03:41:12 +00:00
h8500 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt, 1996-01-05 20:05:36 +00:00
i386 From: Miles Bader <miles@gnu.ai.mit.edu> 1996-04-08 05:50:30 +00:00
i960 * dcache.c: Add prototypes. Make many functions static. 1996-04-11 21:17:45 +00:00
m68k * configure.in: Check for setpgid function. 1996-04-05 04:22:08 +00:00
m88k * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used. 1996-01-30 02:51:56 +00:00
mips * configure.in: Check for setpgid function. 1996-04-05 04:22:08 +00:00
none Update FSF address. 1995-08-02 03:41:12 +00:00
ns32k * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o. 1996-02-21 02:00:10 +00:00
pa * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software 1996-02-01 00:40:59 +00:00
powerpc * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h, 1996-02-01 18:39:00 +00:00
rs6000 oops, forgot the sanitize files for the aix4* changes 1996-01-11 18:07:03 +00:00
sh * infcmd.c (do_registers_info): Ignore anonymous registers. 1996-03-08 02:04:19 +00:00
sparc * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer 1996-03-27 00:21:02 +00:00
vax * coredep.c: Renamed to core-aout.c 1996-01-11 20:08:15 +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 From: Miles Bader <miles@gnu.ai.mit.edu> 1996-04-08 05:50:30 +00:00
nm-empty.h
nm-gnu.h From: Miles Bader <miles@gnu.ai.mit.edu> 1996-04-08 05:50:30 +00:00
nm-lynx.h
nm-m3.h Update FSF address. 1995-08-02 03:41:12 +00:00
nm-nbsd.h * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined. 1996-02-21 01:52:37 +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 * magic.h: Renamed to gmagic.h to avoid <magic.h> conflict. 1995-11-28 19:33:22 +00:00
tm-nbsd.h * config/nm-nbsd.h (link_object, lo_name, etc): Move to here 1996-03-06 04:01:02 +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-aix4.h Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com> 1996-01-11 00:16:56 +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 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined. 1996-02-21 01:52:37 +00:00
xm-sysv4.h Update FSF address. 1995-08-02 03:41:12 +00:00