From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3924 invoked by alias); 8 Aug 2011 15:29:51 -0000 Received: (qmail 3904 invoked by uid 22791); 8 Aug 2011 15:29:49 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Aug 2011 15:29:36 +0000 Received: by qwh5 with SMTP id 5so1073001qwh.20 for ; Mon, 08 Aug 2011 08:29:35 -0700 (PDT) Received: by 10.224.185.196 with SMTP id cp4mr795994qab.227.1312817375111; Mon, 08 Aug 2011 08:29:35 -0700 (PDT) Received: from yakj.usersys.redhat.com (93-34-199-31.ip51.fastwebnet.it [93.34.199.31]) by mx.google.com with ESMTPS id p15sm4438009qct.46.2011.08.08.08.29.32 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Aug 2011 08:29:33 -0700 (PDT) Message-ID: <4E4000DA.9070306@gnu.org> Date: Mon, 08 Aug 2011 15:29:00 -0000 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0 MIME-Version: 1.0 Newsgroups: gmane.comp.gcc.java.patches,gmane.comp.gcc.patches To: Rainer Orth CC: gcc-patches@gcc.gnu.org, "Joseph S. Myers" , Jakub Jelinek , java-patches@gcc.gnu.org Subject: Re: [build] Remove posix95 thread model References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2011-q3/txt/msg00040.txt.bz2 On 08/08/2011 02:30 PM, Rainer Orth wrote: > While preparing the patch to move gthr* to toplevel libgcc, I noticed > that we still have half-hearted support for the posix95 thread model. > No port uses it as the default, and the posix95 subdir in libgomp/config > isn't referenced anywhere and cannot be used. Thus, I propose to remove > this model completely. > > Bootstrapped on i386-pc-solaris2.11 to make sure there are no syntax > errors. > > Ok for mainline? Ok. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4859 invoked by alias); 8 Aug 2011 15:30:04 -0000 Received: (qmail 4781 invoked by uid 22791); 8 Aug 2011 15:30:02 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Aug 2011 15:29:43 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QqRlt-0008Cx-EG for java-patches@gcc.gnu.org; Mon, 08 Aug 2011 17:29:41 +0200 Received: from 93-34-199-31.ip51.fastwebnet.it ([93.34.199.31]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Aug 2011 17:29:41 +0200 Received: from bonzini by 93-34-199-31.ip51.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Aug 2011 17:29:41 +0200 To: java-patches@gcc.gnu.org From: Paolo Bonzini Subject: Re: [build] Remove posix95 thread model Date: Tue, 09 Aug 2011 09:19:00 -0000 Message-ID: <4E4000DA.9070306@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110707 Thunderbird/5.0 In-Reply-To: Cc: gcc-patches@gcc.gnu.org X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2011-q3/txt/msg00041.txt.bz2 Message-ID: <20110809091900.3PgPlVJaGdj_bvi7yR2aLRea5XN4xKf-e4Fl-ncTbR0@z> On 08/08/2011 02:30 PM, Rainer Orth wrote: > While preparing the patch to move gthr* to toplevel libgcc, I noticed > that we still have half-hearted support for the posix95 thread model. > No port uses it as the default, and the posix95 subdir in libgomp/config > isn't referenced anywhere and cannot be used. Thus, I propose to remove > this model completely. > > Bootstrapped on i386-pc-solaris2.11 to make sure there are no syntax > errors. > > Ok for mainline? Ok. Paolo