OSDN Git Service

* proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
authorJoel Brobecker <brobecker@gnat.com>
Thu, 29 Aug 2002 15:08:54 +0000 (15:08 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 29 Aug 2002 15:08:54 +0000 (15:08 +0000)
gdb/ChangeLog
gdb/proc-api.c

index 46966d9..369aa13 100644 (file)
@@ -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
        (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
index a74882d..3e8b198 100644 (file)
@@ -423,7 +423,7 @@ static struct trans rw_table[] = {
   { PCSEXIT,  "PCSEXIT",  "set traced syscall exit  set" },
   { PCSFAULT, "PCSFAULT", "set traced fault set" },
   { PCSFPREG, "PCSFPREG", "set floating point registers" },
-#ifdef PCHOLD                  /* solaris */
+#ifdef PCSHOLD                 /* solaris */
   { PCSHOLD,  "PCSHOLD",  "set signal mask" },
 #endif
   { PCSREG,   "PCSREG",   "set general registers" },