diff options
author | Mark Alexander <marka@cygnus> | 1997-01-31 16:37:07 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1997-01-31 16:37:07 +0000 |
commit | 20fa0902e7683d58a0164703d4de03fa5fd9a7e8 (patch) | |
tree | 1ce1ab80a290c33707fe9737ce0f8a1b7036d2e2 /gdb/ChangeLog | |
parent | 736a306cb27a3377cbcb20c4e43f1b01e77fd49b (diff) | |
download | binutils-20fa0902e7683d58a0164703d4de03fa5fd9a7e8.zip binutils-20fa0902e7683d58a0164703d4de03fa5fd9a7e8.tar.gz binutils-20fa0902e7683d58a0164703d4de03fa5fd9a7e8.tar.bz2 |
* mips-tdep.c (MIPS16_INSTLEN): Define.
(mips_find_saved_regs): Replace hardcoded 2's with MIPS16_INSTLEN.
(heuristic_proc_start): Recognize 'entry' pseudo-op as a start
of function on MIPS16.
(mips32_skip_prologue, mips16_skip_prologue): New helper functions
for mips_skip_prologue.
(mips_skip_prologue): Recognize both 16- and 32-bit prologues.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b2633c2..f94bd86 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +Fri Jan 31 08:26:39 1997 Mark Alexander <marka@cygnus.com> + + * mips-tdep.c (MIPS16_INSTLEN): Define. + (mips_find_saved_regs): Replace hardcoded 2's with MIPS16_INSTLEN. + (heuristic_proc_start): Recognize 'entry' pseudo-op as a start + of function on MIPS16. + (mips32_skip_prologue, mips16_skip_prologue): New helper functions + for mips_skip_prologue. + (mips_skip_prologue): Recognize both 16- and 32-bit prologues. + Wed Jan 29 12:45:54 1997 Michael Meissner <meissner@tiktok.cygnus.com> * config/powerpc/ppc{,le}-sim.mt (SIM): Remove the library |