From 40fd928f8aa48ea150eec08dfc72328fcaa5b735 Mon Sep 17 00:00:00 2001 From: John Metzler Date: Wed, 20 May 1998 17:13:20 +0000 Subject: [PATCH] Wed May 20 10:12:11 1998 John Metzler * 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 --- gdb/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6306707bd6b..d6dd9633c96 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +Wed May 20 10:12:11 1998 John Metzler + + * 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 * w89k-rom.c (_initialize_w89k ): Call new init function -- 2.30.2