diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-08-29 15:08:54 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-08-29 15:08:54 +0000 |
commit | 151fefe27f7493b99b5b96940e9715f7597562bd (patch) | |
tree | 6ab980247c26bffdcf83290f6529cd843d2c6037 /gdb/ChangeLog | |
parent | 51240b8d9388477bb6cb87fe944d383a74a152c9 (diff) | |
download | gdb-151fefe27f7493b99b5b96940e9715f7597562bd.zip gdb-151fefe27f7493b99b5b96940e9715f7597562bd.tar.gz gdb-151fefe27f7493b99b5b96940e9715f7597562bd.tar.bz2 |
* proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 46966d9..369aa13 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Donn Terry <donnte@microsoft.com> + + * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S). + 2002-08-28 Keith Seitz <keiths@redhat.com> * stack.c (select_frame): Add FIXME concerning selected-frame @@ -256,7 +260,7 @@ (linux_make_note_section): Initialize thread_args.num_notes, and use it to determine whether notes for any threads were created. -2002-08-23 Donn Terry <dterry@microsoft.com> +2002-08-23 Donn Terry <donnte@microsoft.com> * proc-api.c (rw_table): Do not include a row for PCDSTOP if the corresponding macro is not defined. Likewise for PCNICE, PCSHOLD |