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
alpha
arc
arm * arm-xdep.c: Move native-specific code to here from arm-tdep.c. 1996-04-05 04:32:27 +00:00
h8300
h8500
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
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
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
w65
z8k
.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
nm-nbsd.h * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined. 1996-02-21 01:52:37 +00:00
nm-sysv4.h
tm-lynx.h
tm-magic.h
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
tm-sysv4.h
xm-aix4.h
xm-lynx.h
xm-mpw.h
xm-nbsd.h * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined. 1996-02-21 01:52:37 +00:00
xm-sysv4.h