diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-02-26 09:30:30 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-02-26 09:30:30 +0000 |
commit | ddb20c56a388ad7aa2909f8c1115e2cee1138eb9 (patch) | |
tree | ca10e1fea5ab653904ab9d11ba1bed29ad9c6765 /gdb/ChangeLog | |
parent | 122a33de975a7ed826a11950c1984bd2ceaa80a6 (diff) | |
download | gdb-ddb20c56a388ad7aa2909f8c1115e2cee1138eb9.zip gdb-ddb20c56a388ad7aa2909f8c1115e2cee1138eb9.tar.gz gdb-ddb20c56a388ad7aa2909f8c1115e2cee1138eb9.tar.bz2 |
Changes to skip_prologue for PPC architecture.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b3b3c26..36dc637 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2000-02-26 Kevin Buettner <kevinb@redhat.com> + + * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Add + comment explaining motivation behind this function and why + the generic facilities won't work for this platform. + * rs6000-tdep.c (skip_prologue): Always test to make sure + that an instruction is read successfully from the target's + memory. Introduce notion of instructions which may appear in + the prologue, but may not end the prologue. Added explicit + check for nop instruction. Use memset() to zero the frame + data instead of assignment from a statically allocated, + uninitialized structure. + Sat Feb 26 17:15:16 2000 Andrew Cagney <cagney@b1.cygnus.com> * MAINTAINERS: Chris Faylor is responsible for all MS Windows |