From f6e56ab396717b198eb7a8eded5d0d2d24483c5e Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Fri, 12 Oct 2007 15:30:05 +0000 Subject: * cris-tdep.c (cris_push_dummy_call): Support arguments passed by reference. Fix endianness bugs. (cris_reg_struct_has_address): Remove. (cris_gdbarch_init): Remove set_gdbarch_deprecated_reg_struct_has_addr and set_gdbarch_deprecated_use_struct_convention calls. * gdbarch.sh (deprecated_reg_struct_has_addr): Remove. * gdbarch.c, gdbarch.h: Regenerate. * infcall.c (call_function_by_hand): Remove handling of deprecated_reg_struct_has_addr. doc/ChangeLog: * gdbint.texi (Target Conditionals): Remove documentation of and references to DEPRECATED_REG_STRUCT_HAS_ADDR. --- gdb/doc/ChangeLog | 5 +++++ gdb/doc/gdbint.texinfo | 12 ------------ 2 files changed, 5 insertions(+), 12 deletions(-) (limited to 'gdb/doc') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 68474c2..83b123f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-10-12 Ulrich Weigand + + * gdbint.texi (Target Conditionals): Remove documentation of + and references to DEPRECATED_REG_STRUCT_HAS_ADDR. + 2007-10-11 Kazu Hirata * gdb.texinfo: Mention that inaccessible-by-default is on by diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index d8dbcb0..21b3c90 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3889,14 +3889,10 @@ This should only need to be defined if @code{gdbarch_read_pc} and @item int gdbarch_stabs_argument_has_addr (@var{gdbarch}, @var{type}) @findex gdbarch_stabs_argument_has_addr -@findex DEPRECATED_REG_STRUCT_HAS_ADDR @anchor{gdbarch_stabs_argument_has_addr} Define this function to return nonzero if a function argument of type @var{type} is passed by reference instead of value. -This method replaces @code{DEPRECATED_REG_STRUCT_HAS_ADDR} -(@pxref{DEPRECATED_REG_STRUCT_HAS_ADDR}). - @item PROCESS_LINENUMBER_HOOK @findex PROCESS_LINENUMBER_HOOK A hook defined for XCOFF reading. @@ -3944,14 +3940,6 @@ This method replaces @w{@code{gdbarch_call_dummy_location (@var{gdbarch})}} and Return the name of register @var{regnr} as a string. May return @code{NULL} to indicate that @var{regnr} is not a valid register. -@item DEPRECATED_REG_STRUCT_HAS_ADDR (@var{gcc_p}, @var{type}) -@findex DEPRECATED_REG_STRUCT_HAS_ADDR -@anchor{DEPRECATED_REG_STRUCT_HAS_ADDR}Define this to return 1 if the -given type will be passed by pointer rather than directly. - -This method has been replaced by @code{gdbarch_stabs_argument_has_addr} -(@pxref{gdbarch_stabs_argument_has_addr}). - @item SAVE_DUMMY_FRAME_TOS (@var{sp}) @findex SAVE_DUMMY_FRAME_TOS @anchor{SAVE_DUMMY_FRAME_TOS} Used in @samp{call_function_by_hand} to -- cgit v1.1