From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111915 invoked by alias); 4 Apr 2017 15:16:24 -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 111899 invoked by uid 89); 4 Apr 2017 15:16:24 -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,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0a-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.156.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Apr 2017 15:16:22 +0000 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v34FF6B9011389 for ; Tue, 4 Apr 2017 11:16:22 -0400 Received: from e13.ny.us.ibm.com (e13.ny.us.ibm.com [129.33.205.203]) by mx0a-001b2d01.pphosted.com with ESMTP id 29mcjfddyv-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 04 Apr 2017 11:16:22 -0400 Received: from localhost by e13.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 4 Apr 2017 11:16:21 -0400 Received: from b01cxnp22033.gho.pok.ibm.com (9.57.198.23) by e13.ny.us.ibm.com (146.89.104.200) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 4 Apr 2017 11:16:19 -0400 Received: from b01ledav002.gho.pok.ibm.com (b01ledav002.gho.pok.ibm.com [9.57.199.107]) by b01cxnp22033.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v34FGJbJ35455174; Tue, 4 Apr 2017 15:16:19 GMT Received: from b01ledav002.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id AD5A412406B; Tue, 4 Apr 2017 11:16:14 -0400 (EDT) Received: from bigmac.rchland.ibm.com (unknown [9.10.86.201]) by b01ledav002.gho.pok.ibm.com (Postfix) with ESMTPS id 7C3C412405B; Tue, 4 Apr 2017 11:16:14 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: [PATCH, rs6000] Document location of ELF V2 ABI specification From: Bill Schmidt In-Reply-To: Date: Tue, 04 Apr 2017 15:16:00 -0000 Cc: Segher Boessenkool , gcc-patches@gcc.gnu.org Content-Transfer-Encoding: 7bit References: <77c9a580-4ce4-5b21-7916-076696f5199a@linux.vnet.ibm.com> <20170329223636.GA4402@gate.crashing.org> <741D9E70-C81E-48AA-BAB8-609200FDEB7E@linux.vnet.ibm.com> To: Gerald Pfeifer X-TM-AS-GCONF: 00 x-cbid: 17040415-0008-0000-0000-000001E51DAA X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006881; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000208; SDB=6.00843002; UDB=6.00415312; IPR=6.00621178; BA=6.00005265; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014908; XFM=3.00000013; UTC=2017-04-04 15:16:21 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17040415-0009-0000-0000-0000345E1820 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-04-04_12:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1704040135 X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00161.txt.bz2 > On Apr 1, 2017, at 12:15 PM, Gerald Pfeifer wrote: > > On Fri, 31 Mar 2017, Bill Schmidt wrote: >> OK, I've committed this as r246617. Gerald, please let me know >> if you'd like any changes to the text. > > This looks fine to me. > > Just "These are described briefly below." I'd written as "These > are briefly described below." to avoid "briefly" seen as referring > to "below". Thanks, I'll fix this later today. Appreciate the review! Bill > > Gerald >