OSDN Git Service

Fix typo in description of GETREGS.
authorAndrew Cagney <cagney@redhat.com>
Tue, 28 Mar 2000 00:03:57 +0000 (00:03 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 28 Mar 2000 00:03:57 +0000 (00:03 +0000)
gdb/ChangeLog
gdb/acconfig.h
gdb/config.in

index 2a05fec..dfcd9a2 100644 (file)
@@ -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.
index 9b7f514..f541987 100644 (file)
@@ -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.  */
index ee76234..486b7f5 100644 (file)
 /* 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.  */