* cris-tdep.c (cris_push_dummy_call): Support arguments passed by
authorUlrich Weigand <uweigand@de.ibm.com>
Fri, 12 Oct 2007 15:30:05 +0000 (15:30 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Fri, 12 Oct 2007 15:30:05 +0000 (15:30 +0000)
commitf6e56ab396717b198eb7a8eded5d0d2d24483c5e
treeeb430bcca0168e2fd3e9b78241c1ea81f9828900
parent3a99f02f77a073c934e5f6514b28bc417223cda6
* 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/ChangeLog
gdb/cris-tdep.c
gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo
gdb/gdbarch.c
gdb/gdbarch.h
gdb/gdbarch.sh
gdb/infcall.c