From: Andrew Cagney Date: Tue, 28 Mar 2000 00:03:57 +0000 (+0000) Subject: Fix typo in description of GETREGS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f1ef994e909cb9624729a824b9481e6064f0295;p=binutils-gdb.git Fix typo in description of GETREGS. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a05fec057c..dfcd9a256e8 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 9b7f514467c..f5419878c59 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 ee76234ee4c..486b7f5934d 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. */