From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 6ymzDaTa/F9NKgAAWB0awg (envelope-from ) for ; Mon, 11 Jan 2021 18:09:24 -0500 Received: by simark.ca (Postfix, from userid 112) id 2A39D1EEEF; Mon, 11 Jan 2021 18:09:24 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 8406D1E940 for ; Mon, 11 Jan 2021 18:09:23 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 07C41388C00C; Mon, 11 Jan 2021 23:09:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 07C41388C00C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1610406563; bh=osU2zGN5qZoVFptlJ5+8x7Ip9FcSnt6QR9AbWRHtwKY=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=CA6YUXNVoNKeX5Ou/pwkXrnGgyScQdpET0z1g5Ry1Ff+qbONYHcOeRgZnl7QclLqc HLVDKcd4KLrMMiUUa9lU3pcbCo/PjEyVYN6DKrXlQ6S7V8ropkA1DCZlrEF2IlSfI9 BeL470OjiuDUHD8HLE7A50X6PAmyxZDfZgzPrahg= Received: from mail-oi1-x22b.google.com (mail-oi1-x22b.google.com [IPv6:2607:f8b0:4864:20::22b]) by sourceware.org (Postfix) with ESMTPS id 0114D388A83C; Mon, 11 Jan 2021 23:09:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0114D388A83C Received: by mail-oi1-x22b.google.com with SMTP id w124so391633oia.6; Mon, 11 Jan 2021 15:09:19 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=osU2zGN5qZoVFptlJ5+8x7Ip9FcSnt6QR9AbWRHtwKY=; b=IN+fjbqoHlNGWA4dvXM3redyRn396AeXD4WjWe2elYkmT8N0UyAzY6Sv6PsufS7TbM b8eFKgojJ5aNlMbVtWkGrMCkmz0YpykifwpQY1ojMnqzqlza/mALmcjoGzNxSGEH5lUp bucFW9vLPuw0kirJwFEjCViHdoGpiMUDTYjE+GySpjZjsvRsA6Y+gpJ6OJjd9DKempEt JrEU77oGTrbsoCYkjNynIW5d0IOshtNa6vYhIBUzfsdMe0mlscI7O7S3AFmCA8Rz3Dis +d9DuLq3SC086T0e2xg1BcW8blsI0kbHhllV7JYZOcJqiR/dch+JRj5Au1BfIeqs63zI DWkw== X-Gm-Message-State: AOAM533P0Zxlwe6VlgKJ8KBIIWwu0eb1RAPYM4Cxvc9B/vsC7sCa4KpT OllLtnKj36zJeIe0cv4Y5n4ODkIep30jJKRYpfQE/2Fk X-Google-Smtp-Source: ABdhPJz/m4ZgepI3dWHeTEaduQRpkYyC0DA8St5N1Easx2jjl6RAKz2JPCyyD6rqYV7T+5+KktMP5DqJ5C6a7dpSavU= X-Received: by 2002:aca:f456:: with SMTP id s83mr682485oih.58.1610406558346; Mon, 11 Jan 2021 15:09:18 -0800 (PST) MIME-Version: 1.0 References: <20210111165706.92117-1-hjl.tools@gmail.com> <20210111230510.GC5523@bubble.grove.modra.org> In-Reply-To: <20210111230510.GC5523@bubble.grove.modra.org> Date: Mon, 11 Jan 2021 15:08:42 -0800 Message-ID: Subject: Re: [PATCH 0/2] Check if AR works with --plugin and rc To: Alan Modra Content-Type: text/plain; charset="UTF-8" X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: "H.J. Lu via Gdb-patches" Reply-To: "H.J. Lu" Cc: Joel Brobecker , GCC Patches , Binutils , GDB Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On Mon, Jan 11, 2021 at 3:05 PM Alan Modra wrote: > > On Mon, Jan 11, 2021 at 08:57:04AM -0800, H.J. Lu via Binutils wrote: > > Check if AR works with --plugin and rc before passing --plugin to AR and > > RANLIB. > > Thanks for looking at this, but next time please assign the bug to > yourself. I fixed the bug too this morning, before seeing your > email. Will do. -- H.J.