diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-07-13 18:27:21 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-07-13 18:27:21 +0000 |
commit | b724791951f3af34758ac7ea521f5967b3f5e0d8 (patch) | |
tree | b5921d0acb28b33f384c2620deba0d91e72d60c4 /gdb/ChangeLog | |
parent | d1bacddc243a8bfd9d0a70eeb7e8e5c86dc1e3ee (diff) | |
download | gdb-b724791951f3af34758ac7ea521f5967b3f5e0d8.zip gdb-b724791951f3af34758ac7ea521f5967b3f5e0d8.tar.gz gdb-b724791951f3af34758ac7ea521f5967b3f5e0d8.tar.bz2 |
* i386bsd-nat.c: Include <signal.h>, <stddef.h> and
<sys/sysctl.h>.
(store_inferior_registers): Wrap long line.
(i386bsd_dr_get_status): Fix typo in comment.
(_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New
file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define.
(i386bsd_in_sigtramp): New prototype.
(SIGTRAMP_START, SIGTRAMP_END): Redefine in terms...
(i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new
(external) variables.
(SIGCONTEXT_PC_OFFSET): Removed.
(FRAME_SAVED_PC): New define.
(i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt
(TDEPFILES): Add i386bsd-tdep.o.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index de2bcf8..52de73f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,20 @@ +2001-07-13 Mark Kettenis <kettenis@gnu.org> + + * i386bsd-nat.c: Include <signal.h>, <stddef.h> and + <sys/sysctl.h>. + (store_inferior_registers): Wrap long line. + (i386bsd_dr_get_status): Fix typo in comment. + (_initialize_i386bsd_nat): New function. * i386bsd-tdep.c: New + file. * config/i386/tm-fbsd.h (IN_SIGTRAMP): New define. + (i386bsd_in_sigtramp): New prototype. + (SIGTRAMP_START, SIGTRAMP_END): Redefine in terms... + (i386bsd_sigtramp_start, i386bsd_sigtramp_end): ...these new + (external) variables. + (SIGCONTEXT_PC_OFFSET): Removed. + (FRAME_SAVED_PC): New define. + (i386bsd_frame_saved_pc): New function. * config/i386/fbsd.mt + (TDEPFILES): Add i386bsd-tdep.o. + 2001-07-12 Daniel Jacobowitz <drow@mvista.com> * mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C |