This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [PATCH] acconfig.h tweeks - HAVE_PTRACE_GETREGS


Andrew Cagney wrote:

> Index: acconfig.h
> ===================================================================
> RCS file: /cvs/src/src/gdb/acconfig.h,v
> retrieving revision 1.1.1.5
> diff -p -r1.1.1.5 acconfig.h
> *** acconfig.h  2000/01/06 03:06:35     1.1.1.5
> --- acconfig.h  2000/03/27 07:24:20
> ***************
> *** 84,87 ****
> --- 84,90 ----
>   #undef HAVE_STRUCT_MEMBER_SS_WIDE
> 
>   /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request.  */
> + #undef HAVE_PTRACE_GETREGS
> +
> + /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request.  */
>   #undef HAVE_PTRACE_GETXFPREGS

The attatched fixes an obvious typo.  (Thanks Fernando.)

	Andrew
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.
	
Index: acconfig.h
===================================================================
RCS file: /cvs/src/src/gdb/acconfig.h,v
retrieving revision 1.2
diff -p -r1.2 acconfig.h
*** acconfig.h	2000/03/27 07:31:37	1.2
--- acconfig.h	2000/03/28 00:02:15
***************
*** 83,89 ****
  /* 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.  */
  #undef HAVE_PTRACE_GETREGS
  
  /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request.  */
--- 83,89 ----
  /* 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_GETREGS request.  */
  #undef HAVE_PTRACE_GETREGS
  
  /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]