From: Joel Brobecker Date: Thu, 29 Aug 2002 15:08:54 +0000 (+0000) Subject: * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S). X-Git-Tag: drow-cplus-branchpoint~489 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151fefe27f7493b99b5b96940e9715f7597562bd;p=thirdparty%2Fbinutils-gdb.git * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 46966d90cbe..369aa13167e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-08-29 Donn Terry + + * proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S). + 2002-08-28 Keith Seitz * 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 +2002-08-23 Donn Terry * proc-api.c (rw_table): Do not include a row for PCDSTOP if the corresponding macro is not defined. Likewise for PCNICE, PCSHOLD diff --git a/gdb/proc-api.c b/gdb/proc-api.c index a74882db7e2..3e8b19841ac 100644 --- a/gdb/proc-api.c +++ b/gdb/proc-api.c @@ -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" },