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]

[PATCH] acconfig.h tweeks - HAVE_PTRACE_GETREGS


FYI,

The attatched moves the #undef HAVE_PTRACE_GETREGS to (hopefully) the
correct place.

	Andrew
Mon Mar 27 17:20:25 2000  Andrew Cagney  <cagney@b1.cygnus.com>

	* acconfig.h: Provide default for HAVE_PTRACE_GETREGS.
	* config.h: Regenerate.

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

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