From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66200 invoked by alias); 19 Feb 2020 21:58:39 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 66192 invoked by uid 89); 19 Feb 2020 21:58:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*c:alternative X-HELO: mail-ot1-f67.google.com Received: from mail-ot1-f67.google.com (HELO mail-ot1-f67.google.com) (209.85.210.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Feb 2020 21:58:38 +0000 Received: by mail-ot1-f67.google.com with SMTP id p8so1676566oth.10 for ; Wed, 19 Feb 2020 13:58:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=FU5gubxcJDq85op3ySgz0hkB9hp80yH0r/R69ZUUxTM=; b=fBu0xKA3iYjBQBq/E3z5RuD3cMMjGSFdZlfI29IAimBkMbaGxNWbokAaQErcH348GV QgZ9djL5YG/t0yjtyWEGu6ESd4cjEtcAbbMLNFiY/ifdtqWjyEES5zlyu3ffuStsF9rm tBTnifPeMxDrUTIBbGwF/nBTBoWht0tl7QljFYhBJL0peMsUbLPGQWKq+9bh8j6XhUFJ y7cg8a/IwOPEHYtc3duYW9UB5ZzHdHweNwpF8UHIbnET2jMy6CSmrJUBLZJLELyrqXUf uKUPPazZ7bMTSJncJPz/hi++f/AznSUQ1ci7UxNeLWzPwx0yyggioYKdjjk4LdfImTyW VvOA== MIME-Version: 1.0 References: <20200214201441.146590-1-rupprecht@google.com> <20200219090334.GR5570@bubble.grove.modra.org> In-Reply-To: <20200219090334.GR5570@bubble.grove.modra.org> From: Eric Christopher Date: Wed, 19 Feb 2020 21:58:00 -0000 Message-ID: Subject: Re: [PATCH] Demangle names when using --line-numbers --disassemble. To: Alan Modra Cc: Jordan Rupprecht , binutils@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00482.txt.bz2 I've gone ahead and committed this for Jordan. On Wed, Feb 19, 2020 at 1:03 AM Alan Modra wrote: > On Fri, Feb 14, 2020 at 12:14:41PM -0800, Jordan Rupprecht via binutils > wrote: > > +2020-02-14 Jordan Rupprecht > > + > > + * objdump.c (show_line): call bfd_demangle when using do_demangle. > > OK. > > -- > Alan Modra > Australia Development Lab, IBM >