diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-12-20 21:56:56 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-12-20 21:56:56 +0000 |
commit | d4473757f18e0c7a56cde8c53256e87d5134ad06 (patch) | |
tree | baad6c5693c900d57f9be8c564601afd112113b0 /gdb/ChangeLog | |
parent | f079148d6112bd15d3cda833fad5950d82d3f926 (diff) | |
download | gdb-d4473757f18e0c7a56cde8c53256e87d5134ad06.zip gdb-d4473757f18e0c7a56cde8c53256e87d5134ad06.tar.gz gdb-d4473757f18e0c7a56cde8c53256e87d5134ad06.tar.bz2 |
* arm-tdep.c (arm_scan_prologue): Don't require "mov ip, sp"
to be the first instruction in the prologue. Also, revise
the way the frame offset is computed for frameless functions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 634024a..34cf3fd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -8,6 +8,10 @@ is no longer needed now that the frame info is being properly initialized. + * arm-tdep.c (arm_scan_prologue): Don't require "mov ip, sp" + to be the first instruction in the prologue. Also, revise + the way the frame offset is computed for frameless functions. + 2001-12-20 Michael Snyder <msnyder@redhat.com> * maint.c (maintenance_info_sections): Pass string argument to |