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 28DF63854801 for ; Fri, 26 Feb 2021 07:33:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 28DF63854801 Received: by mail-pg1-x534.google.com with SMTP id g4so5743146pgj.0 for ; Thu, 25 Feb 2021 23:33:35 -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:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=uVM1NqQFGBPgMHkiug1bAsbuCcKyqRkDekkkWYbsSEg=; b=sS5Ol1adexkM32KZaWEQoy5qU+KJo0gBXF9jHytZWJeWl2gX6UkHyETyCtlPuHSJ4s gSttS70M0TcQ+tUdzdrxfrKwjvsR6r/mQ3fJPxflA5TusxyCZLW7dc1a3AN3kpFoH0/I id+DRstVCCCCkTDU3VTd9BylMviey31wAz2xjifRBAykqSbfZ8uXuexJ1C4bHf490S3e EMuqW88/GsX28sgNy80EDpAE6FpXKxOY8V63CqJPELABx22CpnRJB+JLx9qojFWnb2qW 9GyAE8UkFA2/pg/Aze5yftwRVqxgYU8OH23nQgM6wNaREdXnzwPRF9Z7TtvuXr4uXvRt YyxA== X-Gm-Message-State: AOAM532WQL54l06Qg8SaqoJHg1j2YLrhlvZKdXD+ntiP4rT/NHpqCqMT WkSc8mpcd7YXi1jGCp4/Rijl4Zd0tz26Qw== X-Google-Smtp-Source: ABdhPJztOnMfQQuAa7hDEhBVA5yLmm+tHGzkWhVBqLhcLoMA/GT+cbFqDX6VZcNXUaZgJNwwz3jRYw== X-Received: by 2002:aa7:8b48:0:b029:1ec:a315:bdbd with SMTP id i8-20020aa78b480000b02901eca315bdbdmr2066646pfd.51.1614324814067; Thu, 25 Feb 2021 23:33:34 -0800 (PST) Received: from bubble.grove.modra.org (158.106.96.58.static.exetel.com.au. [58.96.106.158]) by smtp.gmail.com with ESMTPSA id 190sm8615067pfv.155.2021.02.25.23.33.33 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Feb 2021 23:33:33 -0800 (PST) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id BDA3E418CD; Fri, 26 Feb 2021 18:03:29 +1030 (ACDT) Date: Fri, 26 Feb 2021 18:03:29 +1030 From: Alan Modra To: binutils@sourceware.org Subject: Re: [PATCH] binutils: Attempt to retain permissions on copying file Message-ID: <20210226073329.GV6042@bubble.grove.modra.org> References: <7fcafbc9-41d9-d238-983e-d401a3674694@gotplt.org> <20210223065259.878257-1-siddhesh@gotplt.org> <20210223115644.GI6042@bubble.grove.modra.org> <20210224234731.GQ6042@bubble.grove.modra.org> <1bfd284f-6211-1c06-1800-0c510d3c4a94@gotplt.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1bfd284f-6211-1c06-1800-0c510d3c4a94@gotplt.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3035.0 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2021 07:33:36 -0000 I've pushed a series of the smart_rename patches to the branch in order to correct the current failure to compile on MinGW. -- Alan Modra Australia Development Lab, IBM