diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-02-22 18:47:41 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-02-22 18:47:41 +0000 |
commit | 50c9bd316dea4c2a2103d5856a9a942c999e16ae (patch) | |
tree | 79e6371c6bad015c5ff46697f9baadb44c581065 /gdb/ChangeLog | |
parent | 9a1e79ca636303362b6e05ad5bbbd8580c4bd982 (diff) | |
download | gdb-50c9bd316dea4c2a2103d5856a9a942c999e16ae.zip gdb-50c9bd316dea4c2a2103d5856a9a942c999e16ae.tar.gz gdb-50c9bd316dea4c2a2103d5856a9a942c999e16ae.tar.bz2 |
Cleanups and signal handler backtrace fix for GNU/Linux PPC port.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a98f1d5..655f152 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,22 @@ +2000-02-22 Kevin Buettner <kevinb@redhat.com> + + * ppc-linux-nat.c (supply_gregset, supply_fpregset): Add return + type. + * ppc-linux-tdep.c (ppc_linux_at_sigtramp_return_path): Add + forward declaration. + + * ppc-linux-tdep.c (ppc_linux_frame_saved_pc): Handle case + where the next frame is a signal handler caller. + + * config/powerpc/tm-linux.h (PUSH_ARGUMENTS): Remove extraneous + undef. + (tm-linux.h): Include. + (tm-sysv4.h): Don't include (directly). config/tm-linux.h will + include this file for us. + (REALTIME_LO, REALTIME_HI): Don't define. These are defined by + config/tm-linux.h for us. + (SOFUN_ADDRESS_MAYBE_MISSING): Define. + 2000-02-21 Kevin Buettner <kevinb@redhat.com> * Makefile.in (ppc-linux-nat.c, ppc-linux-tdep.c): New files. |