From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120820 invoked by alias); 28 Feb 2017 18:41:57 -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 120784 invoked by uid 89); 28 Feb 2017 18:41:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=approvals 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, 28 Feb 2017 18:41:55 +0000 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v1SIT8R6004472 for ; Tue, 28 Feb 2017 13:41:54 -0500 Received: from e38.co.us.ibm.com (e38.co.us.ibm.com [32.97.110.159]) by mx0a-001b2d01.pphosted.com with ESMTP id 28webmryc8-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 28 Feb 2017 13:41:54 -0500 Received: from localhost by e38.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 28 Feb 2017 11:41:53 -0700 Received: from d03dlp03.boulder.ibm.com (9.17.202.179) by e38.co.us.ibm.com (192.168.1.138) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 28 Feb 2017 11:41:51 -0700 Received: from b03cxnp08028.gho.boulder.ibm.com (b03cxnp08028.gho.boulder.ibm.com [9.17.130.20]) by d03dlp03.boulder.ibm.com (Postfix) with ESMTP id 3FAAF19D8040; Tue, 28 Feb 2017 11:41:02 -0700 (MST) Received: from b03ledav005.gho.boulder.ibm.com (b03ledav005.gho.boulder.ibm.com [9.17.130.236]) by b03cxnp08028.gho.boulder.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v1SIfo1m13369636; Tue, 28 Feb 2017 11:41:50 -0700 Received: from b03ledav005.gho.boulder.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D2D72BE042; Tue, 28 Feb 2017 11:41:50 -0700 (MST) Received: from otta.rchland.ibm.com (unknown [9.10.86.195]) by b03ledav005.gho.boulder.ibm.com (Postfix) with ESMTP id 52993BE040; Tue, 28 Feb 2017 11:41:50 -0700 (MST) Subject: Re: [PATCH, v18] Add support for setting disassembler-options in GDB for POWER, ARM and S390 To: gdb-patches@sourceware.org References: <3b452b44-43a9-75fe-2d4a-e32f17d86fa9@vnet.ibm.com> Cc: Pedro Alves , binutils , Alan Modra , Yao Qi , Ulrich Weigand From: Peter Bergner Date: Tue, 28 Feb 2017 18:41:00 -0000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <3b452b44-43a9-75fe-2d4a-e32f17d86fa9@vnet.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 17022818-0028-0000-0000-0000072B4EB0 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00006698; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000205; SDB=6.00828195; UDB=6.00405888; IPR=6.00605711; BA=6.00005174; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00014473; XFM=3.00000011; UTC=2017-02-28 18:41:52 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17022818-0029-0000-0000-000033F63445 Message-Id: <6436bd28-b4c8-6a1c-8b0a-00997b64ee9d@vnet.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-02-28_15:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1612050000 definitions=main-1702280162 X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00729.txt.bz2 On 2/23/17 11:02 PM, Peter Bergner wrote: > Here is the 18th version of the patch that fixes the issues that Pedro > found in v17. Having received approvals from everyone now, I have committed this version of the patch, modulo the changes to the line wrapping Pedro mentioned in the other thread. Thank you to everyone who reviewed the patches. Peter