From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13081 invoked by alias); 1 Feb 2017 21:44:51 -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 13059 invoked by uid 89); 1 Feb 2017 21:44:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*f:sk:e5b3490, H*i:sk:e5b3490, HTo:U*bergner X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-qt0-f194.google.com Received: from mail-qt0-f194.google.com (HELO mail-qt0-f194.google.com) (209.85.216.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 01 Feb 2017 21:44:47 +0000 Received: by mail-qt0-f194.google.com with SMTP id n13so66956646qtc.0; Wed, 01 Feb 2017 13:44:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Gu7QuhsBLM6kiySi17ahiCxxyeItcoxsY8L+0L7lB/A=; b=kdOWKXiRx4h+FNi3oRSJfLvQk8pxSwCbwkwBeEDJFDl4nbjDeWBgeMzJqm4+xFG6su 2q7gGN0zyG5vbX0R1dO+5Xdxl/7QpvzbL7XW3Od5sTFNhNwaV5fckHP8PZZmqE5jjYNo c2+UrcGIHD1ipXXWxnSC5moLMJiMkI8fttLKKCpx9W0PAXlTMgNXRn4K8RbRnFq8vejb 6I1D/WWOWzxG55uhkkAEOBeG8FWH4/6F3PycvXIYEIXTIEQrt4emX390abjyNjNcypmM wtY3u/vxCbP3dZrXHkdhrw7fMFs0HIV2ijfsUB72Rm5FOVXpbGSZmp5T1UHSnGzaADl9 jWGQ== X-Gm-Message-State: AIkVDXK7PvOGuz2FwWNjcUnGQhyleavTB3OIod3CC3PsZzF0PQgRJfbfboDt+rnN6juukDoWMxpevhMcLjOICA== X-Received: by 10.237.55.196 with SMTP id j62mr4734713qtb.36.1485985485685; Wed, 01 Feb 2017 13:44:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.140.194 with HTTP; Wed, 1 Feb 2017 13:44:45 -0800 (PST) In-Reply-To: References: <83eg28dcjk.fsf@gnu.org> <019eaf5d-9ace-539e-8501-feb3cb0eed6c@vnet.ibm.com> <20170125142335.GT28060@E107787-LIN> From: Yao Qi Date: Wed, 01 Feb 2017 21:44:00 -0000 Message-ID: Subject: Re: [PATCH 1/2] Add support for setting disassembler-options in GDB for POWER, ARM and S390 To: Peter Bergner Cc: Pedro Alves , Eli Zaretskii , Nick Clifton , "gdb-patches@sourceware.org" , Ulrich Weigand , Alan Modra , Binutils Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00049.txt.bz2 On 17-01-31 15:13:29, Peter Bergner wrote: > >> void > >> print_arm_disassembler_options (FILE *stream) > >> { > > > > print_arm_disassembler_options can be adjusted as what you changed to > > print_s390_disassembler_options, otherwise, we may have inconsistency > > in the future. > > Can you be more specific about what I did to the s390 code you want > done to the arm code? I'll note I have changed things due to Alan > wanting the strings to support internationalization. > Right, you changed it in https://sourceware.org/ml/binutils/2017-01/msg00432.html That is exactly what I wanted. Thanks. -- Yao