From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63946 invoked by alias); 8 Oct 2015 15:27:58 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 63936 invoked by uid 89); 8 Oct 2015 15:27:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e35.co.us.ibm.com Received: from e35.co.us.ibm.com (HELO e35.co.us.ibm.com) (32.97.110.153) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 08 Oct 2015 15:27:56 +0000 Received: from localhost by e35.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 8 Oct 2015 09:27:54 -0600 Received: from d03dlp01.boulder.ibm.com (9.17.202.177) by e35.co.us.ibm.com (192.168.1.135) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 8 Oct 2015 09:27:53 -0600 X-IBM-Helo: d03dlp01.boulder.ibm.com X-IBM-MailFrom: bergner@vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b03cxnp08026.gho.boulder.ibm.com (b03cxnp08026.gho.boulder.ibm.com [9.17.130.18]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 5938D1FF0049 for ; Thu, 8 Oct 2015 09:16:04 -0600 (MDT) Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by b03cxnp08026.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t98FQrdk64356484 for ; Thu, 8 Oct 2015 08:26:53 -0700 Received: from d03av01.boulder.ibm.com (localhost [127.0.0.1]) by d03av01.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t98FRo5S012391 for ; Thu, 8 Oct 2015 09:27:50 -0600 Received: from [9.77.144.215] (sig-9-77-144-215.ibm.com [9.77.144.215]) by d03av01.boulder.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id t98FRmp8012126; Thu, 8 Oct 2015 09:27:49 -0600 Subject: [PING*2][PATCH, rs6000] Add memory barriers to tbegin, tend, etc. From: Peter Bergner To: Torvald Riegel Cc: David Edelsohn , GCC Patches Content-Type: text/plain; charset="UTF-8" Date: Thu, 08 Oct 2015 15:27:00 -0000 Message-ID: <1444318068.13186.282.camel@otta> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15100815-0013-0000-0000-0000192BAD1E X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00855.txt.bz2 Ping*2. Torvald, David approved the code portion of the patch. How does the documentation part you asked for look to you? https://gcc.gnu.org/ml/gcc-patches/2015-09/msg00315.html Peter