From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x534.google.com (mail-pg1-x534.google.com [IPv6:2607:f8b0:4864:20::534]) by sourceware.org (Postfix) with ESMTPS id 89614386184C for ; Tue, 5 Jan 2021 22:53:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 89614386184C Received: by mail-pg1-x534.google.com with SMTP id z21so878002pgj.4 for ; Tue, 05 Jan 2021 14:53:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=TdVAtIh96/J8IdvHknW0jhnFOXOEvlsCAStXMXw3HHw=; b=N+AupcPqUqO3gyiKgcgC7jx78U7MhdXl7/bXEWpsNX0PPKJ0P0VtV7v2aJ6g//P6pI KvPNT0cvqQ6Tg5rVsp25uLaDvRCJ6sFehcgIQ52RtH7Qzgm8BM8lJlUbg7wwXL+blZm/ wyzcyZct+JRmEhc3i0FUOwntLWs7nb6YcoOxx0ovIJWhSvALoZDRa8jMQMB5CGYIw7qw Se8ttdo+yzGiXGDDnUyVpGD8Vv4B5gTXPrH/TvuOC0+lXy+3qPP7yYEViDtlfzpZG/mD ehpPXX/mx9Yloh4Zbtg997TyZsnOrcZOjA6t1lds4/3riDPAT0dM4skkVmRGMuPMEB/Z HGJg== X-Gm-Message-State: AOAM5316yv+QQOWAMDTJ409EMWlkpjy0X5vOeD3hLt3IbiE9FaWt6I8R ChC3IqnwS6kwl5nDs77I1rcd4JjZuTIbAQ== X-Google-Smtp-Source: ABdhPJwplI5eE/LlQ63R+b5SXfJ31nlto46/lq3VpfjetJ/kbBOaBmy5dh4KZiNnGpT/8VncD5WQWg== X-Received: by 2002:a62:ae0c:0:b029:1a5:819d:9ac5 with SMTP id q12-20020a62ae0c0000b02901a5819d9ac5mr1121136pff.26.1609887225263; Tue, 05 Jan 2021 14:53:45 -0800 (PST) Received: from bubble.grove.modra.org ([2406:3400:51d:8cc0:2013:720e:b3e2:17f3]) by smtp.gmail.com with ESMTPSA id e65sm367528pfh.175.2021.01.05.14.53.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Jan 2021 14:53:44 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 5F89785937; Wed, 6 Jan 2021 09:23:40 +1030 (ACDT) Date: Wed, 6 Jan 2021 09:23:40 +1030 From: Alan Modra To: Nick Alcock Cc: gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org, binutils@sourceware.org Subject: Re: [PATCH toplevel] libctf: new testsuite Message-ID: <20210105225340.GG13873@bubble.grove.modra.org> References: <20210105152510.60769-1-nick.alcock@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210105152510.60769-1-nick.alcock@oracle.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-2.9 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=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 22:53:47 -0000 On Tue, Jan 05, 2021 at 03:25:10PM +0000, Nick Alcock wrote: > This enables 'make libctf-check', used by a new libctf testsuite in > binutils. > > 2021-01-05 Nick Alcock > > * Makefile.def (libctf): No longer no_check. Checking depends on > all-ld. > * Makefile.in: Regenerated. > > --- > > Makefile.def | 4 +- > Makefile.in | 13 + > > This is a stripped-down top-level-only subset of commit > c59e30ed1727135f8efb79890f2c458f73709757 in binutils-gdb.git. (Because > it is identical to what has already landed in binutils, it should apply > without trouble in syncs back to there.) > > I don't have permission to push this: Alan has offered to do so. It doesn't apply due to gcc missing binutils 87279e3cef5b2c5 changes too. I could fix that easily enough but I'm going to ask that you post a combined patch to bring the gcc repo up to date with any libctf changes. -- Alan Modra Australia Development Lab, IBM