This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [PATCH] gcore fix for native gdb on solaris


On Tue, 12 Jan 2010 04:39:05 +0100, Joel Brobecker wrote:
> > This change has caused the following change in generated gdb/configure which
> > is currently not checked in.
> > 
> > Assuming it is OK to update gdb/configure.
> 
> Yes, of course. Regenerating the configure script can be considered
> obvious, particularly in this case.

I was not somehow sure whether it is expected and I also wanted to make some
heads-up whether _STRUCTURED_PROC #defines aren't now obsoleted in proc*.c
files (I do not know if they are or not).


Thanks,
Jan


http://sourceware.org/ml/gdb-cvs/2010-01/msg00105.html

--- src/gdb/ChangeLog	2010/01/12 08:50:44	1.11238
+++ src/gdb/ChangeLog	2010/01/12 12:22:49	1.11239
@@ -1,3 +1,7 @@
+2010-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+	* configure: Regenerate (for _STRUCTURED_PROC).
+
 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
 
 	Delete dead function.
--- src/gdb/configure	2010/01/08 07:16:43	1.295
+++ src/gdb/configure	2010/01/12 12:22:52	1.296
@@ -11897,6 +11897,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -11932,6 +11934,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -11967,6 +11971,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12002,6 +12008,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12037,6 +12045,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12072,6 +12082,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12107,6 +12119,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12142,6 +12156,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12177,6 +12193,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12212,6 +12230,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12247,6 +12267,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12282,6 +12304,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12317,6 +12341,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()
@@ -12352,6 +12378,8 @@
 /* end confdefs.h.  */
 
 #define _SYSCALL32
+/* Needed for new procfs interface on sparc-solaris.  */
+#define _STRUCTURED_PROC 1
 #include <sys/procfs.h>
 int
 main ()


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