From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110711 invoked by alias); 25 Sep 2017 14:10:12 -0000 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 Received: (qmail 110684 invoked by uid 89); 25 Sep 2017 14:10:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 25 Sep 2017 14:10:10 +0000 Received: from pps.filterd (m0098413.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v8PE9nmJ097199 for ; Mon, 25 Sep 2017 10:10:09 -0400 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0b-001b2d01.pphosted.com with ESMTP id 2d6x8cck31-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 25 Sep 2017 10:09:57 -0400 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 25 Sep 2017 15:09:30 +0100 Received: from b06cxnps3075.portsmouth.uk.ibm.com (9.149.109.195) by e06smtp14.uk.ibm.com (192.168.101.144) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 25 Sep 2017 15:09:29 +0100 Received: from d06av22.portsmouth.uk.ibm.com (d06av22.portsmouth.uk.ibm.com [9.149.105.58]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v8PE9TDM30408768; Mon, 25 Sep 2017 14:09:29 GMT Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 937C14C044; Mon, 25 Sep 2017 15:05:46 +0100 (BST) Received: from d06av22.portsmouth.uk.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 7341F4C040; Mon, 25 Sep 2017 15:05:46 +0100 (BST) Received: from oc1027705133.ibm.com (unknown [9.152.212.164]) by d06av22.portsmouth.uk.ibm.com (Postfix) with ESMTPS; Mon, 25 Sep 2017 15:05:46 +0100 (BST) From: Andreas Arnez To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 4/4] S390: Document guarded-storage register support References: <1506012057-7965-1-git-send-email-arnez@linux.vnet.ibm.com> <1506012057-7965-5-git-send-email-arnez@linux.vnet.ibm.com> <83efr0dm0s.fsf@gnu.org> Date: Mon, 25 Sep 2017 14:10:00 -0000 In-Reply-To: (Andreas Arnez's message of "Thu, 21 Sep 2017 20:19:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 x-cbid: 17092514-0016-0000-0000-000004EFE480 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17092514-0017-0000-0000-0000282A2D8C Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-09-25_06:,, 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-1707230000 definitions=main-1709250215 X-IsSubscribed: yes X-SW-Source: 2017-09/txt/msg00749.txt.bz2 On Thu, Sep 21 2017, Andreas Arnez wrote: > On Thu, Sep 21 2017, Eli Zaretskii wrote: > >>> From: Andreas Arnez >>> Date: Thu, 21 Sep 2017 18:40:16 +0200 >>> >>> This documents the newly added support for guarded-storage registers on >>> IBM z. >>> --- >>> gdb/NEWS | 3 +++ >>> gdb/doc/gdb.texinfo | 8 ++++++++ >>> 2 files changed, 11 insertions(+) >> >> This is OK, but please also include the ChangeLog changes which >> reflect these. (Actually, I see that you didn't include ChangeLog >> entries for any of your changes.) > > Oops. For some reason I only included ChangeLog entries for the first > patch. Right, I'll add the missing ones. OK, I pushed the series after adding the missing ChangeLog entries: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=96235dc1ac3730c4e490d19db2e8287c0a40f307 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=1b63490c9173f8c9770b7885def720516aa9b9f8 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=ad3396348e0ebb61fdf71cff307bac08175ed366 https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=289e23aa03084b22c73ebdcf18371f1e6666ead0 -- Andreas