Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] Regenerate gdbserver/configure
@ 2010-04-16 16:14 Pierre Muller
  2010-04-16 16:19 ` Pedro Alves
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Muller @ 2010-04-16 16:14 UTC (permalink / raw)
  To: gdb-patches

  As said in a previous email about
windows 64bit gdbserver,
autoconf regeneration of gdbserver/configure
gives this patch.

  Should I give a reason for the regeneration in the ChangeLog entry?
Is this patch OK?

Pierre

2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>

	* configure: Regenerate.

Index: configure
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/configure,v
retrieving revision 1.46
diff -u -r1.46 configure
--- configure	23 Feb 2010 19:16:16 -0000	1.46
+++ configure	16 Apr 2010 16:11:03 -0000
@@ -4153,6 +4153,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -4188,6 +4190,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -4223,6 +4227,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -4258,6 +4264,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-16 16:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-16 16:14 [RFA] Regenerate gdbserver/configure Pierre Muller
2010-04-16 16:19 ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox