From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8040 invoked by alias); 12 Jan 2010 12:27:38 -0000 Received: (qmail 8017 invoked by uid 22791); 12 Jan 2010 12:27:37 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Jan 2010 12:27:31 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0CCQe4R018733 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 12 Jan 2010 07:26:40 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0CCQVi8006689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Jan 2010 07:26:38 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id o0CCQTvS001565; Tue, 12 Jan 2010 13:26:29 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id o0CCQN6f001563; Tue, 12 Jan 2010 13:26:23 +0100 Date: Tue, 12 Jan 2010 12:27:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Daniel Gutson , "gdb-patches@sourceware.org" Subject: Re: [PATCH] gcore fix for native gdb on solaris Message-ID: <20100112122623.GA1350@host0.dyn.jankratochvil.net> References: <4AF9E5BD.3030900@codesourcery.com> <20100111162807.GB13820@host0.dyn.jankratochvil.net> <20100112033905.GI2007@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100112033905.GI2007@adacore.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-01/txt/msg00300.txt.bz2 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 + + * configure: Regenerate (for _STRUCTURED_PROC). + 2010-01-12 Joel Brobecker 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 int main () @@ -11932,6 +11934,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -11967,6 +11971,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12002,6 +12008,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12037,6 +12045,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12072,6 +12082,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12107,6 +12119,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12142,6 +12156,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12177,6 +12193,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12212,6 +12230,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12247,6 +12267,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12282,6 +12304,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12317,6 +12341,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main () @@ -12352,6 +12378,8 @@ /* end confdefs.h. */ #define _SYSCALL32 +/* Needed for new procfs interface on sparc-solaris. */ +#define _STRUCTURED_PROC 1 #include int main ()