diff options
author | Jeff Law <law@redhat.com> | 1997-03-05 20:01:04 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-03-05 20:01:04 +0000 |
commit | fc5c75955bde5eb212becddb87ba479305059ad8 (patch) | |
tree | 1c2d12b69e94799eca915d13990e81cc20dfaac1 /gdb/ChangeLog | |
parent | 1ea5264653b5c098d2d4bc2bd02c2e4b1d7c6c7a (diff) | |
download | gdb-fc5c75955bde5eb212becddb87ba479305059ad8.zip gdb-fc5c75955bde5eb212becddb87ba479305059ad8.tar.gz gdb-fc5c75955bde5eb212becddb87ba479305059ad8.tar.bz2 |
* mn10200-tdep.c (mn10200_push_arguments): Handle new calling
conventions.
(mn10200_store_struct_return): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 66bd100..130b849 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,19 @@ +Wed Mar 5 12:59:27 1997 Jeffrey A Law (law@cygnus.com) + + * mn10200-tdep.c (mn10200_push_arguments): Handle new calling + conventions. + (mn10200_store_struct_return): Likewise. + +Tue Mar 4 10:31:02 1997 Mark Alexander <marka@cygnus.com> + + * mips-tdep.c (mips_fetch_instruction): New function; replace + common code throughout with calls to it. + (mips_find_saved_regs): Examine MIPS16 entry instruction to determine + correct saved addresses of $s0 and $s1. + (mips_find_saved_regs, mips16_heuristic_proc_desc): Use MIPS_REGSIZE + instead of hardcoded 4. + (mips16_skip_prologue): Handle extended instructions correctly. + Mon Mar 3 12:29:20 1997 Doug Evans <dje@canuck.cygnus.com> * defs.h (LONGEST): Move #ifndef LONGEST to outside. |