From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x631.google.com (mail-pl1-x631.google.com [IPv6:2607:f8b0:4864:20::631]) by sourceware.org (Postfix) with ESMTPS id CC8AB3858D32 for ; Sun, 19 Feb 2023 03:46:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CC8AB3858D32 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-x631.google.com with SMTP id 21so766755plg.8 for ; Sat, 18 Feb 2023 19:46:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=VSHPLp36jF51FRsRec0r8NmpUS3NWl8VsL5Yi+j0qCM=; b=hNFpR+yGI/VOh2WHKQPb+3HCksNXot6yALCDY0lipYqdYHu2MBhlvFTFc/7AqExf5D GMjPSUUwpjPnDAGw3h3Xg3oTB9JOgBrrfBc3AHEI7JbzWuPf752fBTSfP6i+8gpU3AiA t5Dm877jHBTM9YTH9aiDDt3ffRsilN29wgPBG+W5dG+O31qL1vGBx4RLwfL4JNMfmP25 Kdkoe4+JF8l6VYcCGgKsSgr+7ZTVh0idm/ZXSgFCJhqURAlFiq25Cinc55csJAL6Jmi7 tOXqzBSqa8KHJD8CIcr8x/gXM8td5xEOXiFQQd3hQzcIQa9lnDjhifLUZI0Y+Bm3bWlo cGnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=VSHPLp36jF51FRsRec0r8NmpUS3NWl8VsL5Yi+j0qCM=; b=lsHohctW7MnMQycqG5NCMbgiT8rjnhfERxccGxbNRMHGH7cP55LKpZn3PUxp2HGzsc jDp28hR6YJsVPT9/g1mVdcrn48QZjgSCD9aHbILueHROI6svOTHONQRMpfSRTtqVEdip cuMj8BPNvNQ8ZWXYutP00ag4H0kKv0IHe2inoA+de7cNfQoRbr/rTffNh83xT/GZI3Tr CicHFJkMQ1Yql2SMSJhADWY1SZHHCrOaJT8QuOyk0sl6QcrpTJt9kTZ5bNz6TztXuV5S 4Nbg047+UWckn0ksImejuFhf9wKYf/P9gNLkC7bViOKNIUBmcEIk/KHQZm+xzyKI8dDY 4PMw== X-Gm-Message-State: AO0yUKV2yAH3XqV4AT5SG9RjvhO+PeClDmBIjZ3M/GVFjldNigVbYriP eZU6yJ0bNgT03L/1rdzqQRY= X-Google-Smtp-Source: AK7set9wDKA/+1TjmKTFth2FFjfpeqFIW/ehHnv7tuHHb6rcqUoxuJ83oe/qmhwkHBujqNWJD6kZ6A== X-Received: by 2002:a17:903:1206:b0:19a:a9d8:e493 with SMTP id l6-20020a170903120600b0019aa9d8e493mr2476366plh.54.1676778397814; Sat, 18 Feb 2023 19:46:37 -0800 (PST) Received: from squeak.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id j4-20020a170902c08400b00198e6257921sm5290635pld.269.2023.02.18.19.46.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 18 Feb 2023 19:46:37 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id D81EE1140BD3; Sun, 19 Feb 2023 14:16:34 +1030 (ACDT) Date: Sun, 19 Feb 2023 14:16:34 +1030 From: Alan Modra To: Simon Marchi Cc: Tom Tromey , binutils@sourceware.org Subject: Re: [PATCH 7/8] Use @deftypefn in chew output Message-ID: References: <20230208071725.3668898-1-tom@tromey.com> <20230208071725.3668898-8-tom@tromey.com> <87cz6abk27.fsf@tromey.com> <3a91dd83-aa9b-a0c2-3f2f-d8617f30bff7@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3a91dd83-aa9b-a0c2-3f2f-d8617f30bff7@polymtl.ca> X-Spam-Status: No, score=-3029.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Wed, Feb 15, 2023 at 08:29:55PM -0500, Simon Marchi via Binutils wrote: > > > On 2/15/23 18:11, Tom Tromey wrote: > >>>>>> "Simon" == Simon Marchi writes: > > > > Simon> Starting with this commit, I see this when building (with ASan enabled): > > > > Oops, sorry about that. This patch should fix it. Let me know what you > > think. > > > > Tom > > It works for me, thanks! > > Simon I've pushed the patch now. -- Alan Modra Australia Development Lab, IBM