diff options
author | Mark Alexander <marka@cygnus> | 1997-02-04 02:09:33 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1997-02-04 02:09:33 +0000 |
commit | b348b9fd0eaa0a02916e4b1e32fc047016058d57 (patch) | |
tree | d9fd62008000dd98f47397a5415e9df6c2504ac9 /gdb/ChangeLog | |
parent | 7b43bcb28c6ededb999b7737b2cb89627988d23a (diff) | |
download | gdb-b348b9fd0eaa0a02916e4b1e32fc047016058d57.zip gdb-b348b9fd0eaa0a02916e4b1e32fc047016058d57.tar.gz gdb-b348b9fd0eaa0a02916e4b1e32fc047016058d57.tar.bz2 |
* mips-tdep.c (mips16_decode_reg_save): Distinguish between
sd and sw instructions correctly.
(heuristic_proc_start): Add support for MIPS16.
(mips16_get_imm, mips16_heuristic_proc_desc,
mips32_heuristic_proc_desc): New helper functions for
heuristic_proc_desc.
(heuristic_proc_desc): Rewrite and reorganize to support MIPS16.
(mips_push_arguments): Don't align small arguments in EABI.
(mips32_skip_prologue): Attempt to shrink code size a little.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77275c2..07c5f9a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Mon Feb 03 17:57:58 1997 Mark Alexander <marka@cygnus.com> + + * mips-tdep.c (mips16_decode_reg_save): Distinguish between + sd and sw instructions correctly. + (heuristic_proc_start): Add support for MIPS16. + (mips16_get_imm, mips16_heuristic_proc_desc, + mips32_heuristic_proc_desc): New helper functions for + heuristic_proc_desc. + (heuristic_proc_desc): Rewrite and reorganize to support MIPS16. + (mips_push_arguments): Don't align small arguments in EABI. + (mips32_skip_prologue): Attempt to shrink code size a little. + start-sanitize-m32r Mon Feb 3 11:06:05 1997 Michael Snyder <msnyder@cleaver.cygnus.com> |