binutils-gdb/gdb/doc
Andrew Cagney 92ad9cd90f 2003-10-20 Andrew Cagney <cagney@redhat.com>
* values.c (register_value_being_returned): Update comments.  Use
	"gdbarch_return_value" when available.
	(using_struct_return): Ditto.
	(set_return_value): Ditto.  Use "gdbarch_return_value" when
	available..  Print a warning, and not an error, when an unhandled
	return type is encountered.
	* infcmd.c: Include "gdb_assert.h".
	(print_return_value): When gdbarch_return_value_p, and using
	struct return, assume that the value is not available.
	* defs.h (return_value_convention): Define.
	* gdbarch.sh (gdbarch_return_value): New predicate method.
	* gdbarch.h, gdbarch.c: Re-generate
	* ppc-sysv-tdep.c (return_value_convention): Delete definition.

Index: doc/ChangeLog
2003-10-20  Andrew Cagney  <cagney@redhat.com>

	* gdbint.texinfo (Target Architecture Definition): Document
	gdbarch_return_value.  Add cross references from
	USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
	STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2003-10-20 15:38:02 +00:00
..
a4rc.sed Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
agentexpr.texi 2003-08-04 Andrew Cagney <cagney@redhat.com> 2003-08-04 20:43:57 +00:00
all-cfg.texi Use @sc{gcc} and @sc{gdb}. 2002-09-27 17:56:37 +00:00
annotate.texinfo 2003-07-28 Andrew Cagney <cagney@redhat.com> 2003-07-30 04:14:38 +00:00
ChangeLog 2003-10-20 Andrew Cagney <cagney@redhat.com> 2003-10-20 15:38:02 +00:00
configure regenerate 2000-05-19 19:14:45 +00:00
configure.in * Makefile.in (LN_S): Define. 2000-04-16 08:47:41 +00:00
fdl.texi * doc/fdl.texi: Revert the last change. 2002-12-30 02:47:27 +00:00
gdb.texinfo 2003-10-16 Kei Sakamot Sakamoto <sakamoto.kei@renesas.com> 2003-10-16 02:33:46 +00:00
gdbint.texinfo 2003-10-20 Andrew Cagney <cagney@redhat.com> 2003-10-20 15:38:02 +00:00
gpl.texi * gdbint.texinfo: Include fdl.texi. 2002-02-24 17:18:25 +00:00
lpsrc.sed Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
LRS Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
Makefile.in gdb/ 2003-08-08 17:30:37 +00:00
observer.texi * observer.texi (GDB Observers): Adjust the documentation for the 2003-04-03 15:14:48 +00:00
psrc.sed Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
refcard.tex Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
stabs.texinfo 2003-08-04 Andrew Cagney <cagney@redhat.com> 2003-08-04 20:43:57 +00:00