Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: Daniel Gutson <dgutson@codesourcery.com>,
	        "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Subject: Re: [PATCH] gcore fix for native gdb on solaris
Date: Tue, 12 Jan 2010 12:27:00 -0000	[thread overview]
Message-ID: <20100112122623.GA1350@host0.dyn.jankratochvil.net> (raw)
In-Reply-To: <20100112033905.GI2007@adacore.com>

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 ()


  reply	other threads:[~2010-01-12 12:27 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-10 22:14 Daniel Gutson
2009-11-11 15:04 ` Tom Tromey
2010-01-05  0:52   ` Daniel Gutson
2010-01-05 17:51     ` Tom Tromey
2010-01-09  5:05 ` Joel Brobecker
2010-01-11 16:28 ` Jan Kratochvil
2010-01-12  3:39   ` Joel Brobecker
2010-01-12 12:27     ` Jan Kratochvil [this message]
2010-01-12 13:23       ` Joel Brobecker
2010-01-12 21:44         ` Daniel Gutson
2010-01-12 22:03           ` Jan Kratochvil
2010-01-12 23:57             ` Daniel Gutson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100112122623.GA1350@host0.dyn.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=brobecker@adacore.com \
    --cc=dgutson@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox