From: Andrew Cagney Date: Tue, 28 Mar 2000 00:03:57 +0000 (+0000) Subject: Fix typo in description of GETREGS. X-Git-Tag: binutils-2_10-branchpoint~46 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=93860b19ff7894e74b9a0c336395f0fa53d97823;p=pf3gnuchains%2Fpf3gnuchains4x.git Fix typo in description of GETREGS. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a05fec057..dfcd9a256e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 28 09:59:00 2000 Andrew Cagney + + * acconfig.h: Fix typo in comment describing HAVE_PTRACE_GETREGS. + * config.h: Regenerate. + Mon Mar 27 19:53:29 2000 Andrew Cagney * TODO: Update. Add criteria for next release of GDB. diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 9b7f514467..f5419878c5 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -83,7 +83,7 @@ /* Set to true if the save_state_t structure has the ss_wide member */ #undef HAVE_STRUCT_MEMBER_SS_WIDE -/* Define if defines the PTRACE_GETXFPREGS request. */ +/* Define if defines the PTRACE_GETREGS request. */ #undef HAVE_PTRACE_GETREGS /* Define if defines the PTRACE_GETXFPREGS request. */ diff --git a/gdb/config.in b/gdb/config.in index ee76234ee4..486b7f5934 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -117,7 +117,7 @@ /* Set to true if the save_state_t structure has the ss_wide member */ #undef HAVE_STRUCT_MEMBER_SS_WIDE -/* Define if defines the PTRACE_GETXFPREGS request. */ +/* Define if defines the PTRACE_GETREGS request. */ #undef HAVE_PTRACE_GETREGS /* Define if defines the PTRACE_GETXFPREGS request. */