diff options
author | John Metzler <jmetzler@cygnus> | 1998-05-20 17:13:20 +0000 |
---|---|---|
committer | John Metzler <jmetzler@cygnus> | 1998-05-20 17:13:20 +0000 |
commit | 40fd928f8aa48ea150eec08dfc72328fcaa5b735 (patch) | |
tree | a9a17a7112fd1a35ba6cb40834f878c0bb9f6c9c /gdb | |
parent | 66f1864d7eb95d093b22ece0e63e7088abd0e714 (diff) | |
download | gdb-40fd928f8aa48ea150eec08dfc72328fcaa5b735.zip gdb-40fd928f8aa48ea150eec08dfc72328fcaa5b735.tar.gz gdb-40fd928f8aa48ea150eec08dfc72328fcaa5b735.tar.bz2 |
Wed May 20 10:12:11 1998 John Metzler <jmetzler@cygnus.com>
* m32r-tdep.c: (decode_prologue): Handle frames compiled with -Os.
Split out as separate function called by skip prologue and scan
prologue. new formula handles optimization in which the prologue
is interleaved with the body of the function. Also recognizes new
variations of prologue encoding. Use of frame pointer is
essential to debugging, -fno-omit-frame-pointer
(m32r_skip_prologue): Call decode prologue, ignore line info
(m32r_scan_prologue): Call decode prologue, ignore line info
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6306707..d6dd963 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Wed May 20 10:12:11 1998 John Metzler <jmetzler@cygnus.com> + + * m32r-tdep.c: (decode_prologue): Handle frames compiled with -Os. + Split out as separate function called by skip prologue and scan + prologue. new formula handles optimization in which the prologue + is interleaved with the body of the function. Also recognizes new + variations of prologue encoding. Use of frame pointer is + essential to debugging, -fno-omit-frame-pointer + (m32r_skip_prologue): Call decode prologue, ignore line info + (m32r_scan_prologue): Call decode prologue, ignore line info. + + Tue May 19 17:23:54 1998 John Metzler <jmetzler@cygnus.com> * w89k-rom.c (_initialize_w89k ): Call new init function |