]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Index: ChangeLog
authorAndrew Cagney <cagney@redhat.com>
Sun, 13 Jun 2004 13:42:33 +0000 (13:42 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 13 Jun 2004 13:42:33 +0000 (13:42 +0000)
commit97092415597fbfb41f2c028e95b895966d52996f
treeb53e78f0831b3ea92d27a9852eee8aa60944f4be
parent789cdc3a471ad5452cfeb96226b6d6c95abcc2f8
Index: ChangeLog
2004-06-13  Andrew Cagney  <cagney@gnu.org>

* gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
* gdbarch.h, gdbarch.c: Re-generate.
* m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
(m68hc11_use_struct_convention): Delete function.
(m68hc11_extract_struct_value_address): Delete function.
(m68hc11_return_value): New function.
(m68hc11_gdbarch_init): Instead of store_return_value,
extract_return_value, return_value_on_stack,
deprecated_extract_struct_value_address and use_struct_convention,
set return_value.
* values.c (using_struct_return): Do not call
RETURN_VALUE_ON_STACK.
* arch-utils.h (generic_return_value_on_stack_not): Delete
declaration.
* arch-utils.c (generic_return_value_on_stack_not): Delete
function.

Index: doc/ChangeLog
2004-06-13  Andrew Cagney  <cagney@gnu.org>

* gdbint.texinfo (Target Architecture Definition): Delete
description of RETURN_VALUE_ON_STACK.
gdb/ChangeLog
gdb/arch-utils.c
gdb/arch-utils.h
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/m68hc11-tdep.c
gdb/values.c