* config/mips/tm-mips.h (PC_IN_CALL_DUMMY): Removed, the default
authorPeter Schauer <Peter.Schauer@mytum.de>
Sat, 21 Dec 1996 21:01:01 +0000 (21:01 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Sat, 21 Dec 1996 21:01:01 +0000 (21:01 +0000)
commit61d2d19a171f28ab75175ffec6e3c1452f89f949
tree6bd482dca77c4ac5f58d7d426249b7b09ea4c06c
parentbb4569b9f65a36902a8c82d6f27cebca98dbd46b
* config/mips/tm-mips.h (PC_IN_CALL_DUMMY):  Removed, the default
definition in inferior.h is sufficient.
* mips-tdep.c (mips_pc_in_call_dummy):  Ditto.
(mips_push_arguments):  Make sure that the stack is aligned to a
multiple of 8 after the arguments are pushed.
Structures are always passed by value in the old ABI.
Adjust argument register value on big endian targets when passing
a value whose length is less than the register size.
Write stack arguments with a single write_memory call.
(mips_pop_frame):  Use frame_saved_regs instead of proc_desc to
decide which registers have to be restored.
gdb/ChangeLog
gdb/mips-tdep.c