diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-03-28 00:03:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-03-28 00:03:57 +0000 |
commit | 3f1ef994e909cb9624729a824b9481e6064f0295 (patch) | |
tree | 04c15f8c329f947e34c9d8657e8b5d6ee5c1b9c9 /gdb | |
parent | 224de7a50d1d755bd561f7e669957bff6b9032b2 (diff) | |
download | gdb-3f1ef994e909cb9624729a824b9481e6064f0295.zip gdb-3f1ef994e909cb9624729a824b9481e6064f0295.tar.gz gdb-3f1ef994e909cb9624729a824b9481e6064f0295.tar.bz2 |
Fix typo in description of GETREGS.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/acconfig.h | 2 | ||||
-rw-r--r-- | gdb/config.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2a05fec..dfcd9a2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 28 09:59:00 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * acconfig.h: Fix typo in comment describing HAVE_PTRACE_GETREGS. + * config.h: Regenerate. + Mon Mar 27 19:53:29 2000 Andrew Cagney <cagney@b1.cygnus.com> * TODO: Update. Add criteria for next release of GDB. diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 9b7f514..f541987 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 <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ +/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */ #undef HAVE_PTRACE_GETREGS /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ diff --git a/gdb/config.in b/gdb/config.in index ee76234..486b7f5 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 <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ +/* Define if <sys/ptrace.h> defines the PTRACE_GETREGS request. */ #undef HAVE_PTRACE_GETREGS /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ |