From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x143.google.com (mail-il1-x143.google.com [IPv6:2607:f8b0:4864:20::143]) by sourceware.org (Postfix) with ESMTPS id 9BD1B3851C26 for ; Tue, 2 Jun 2020 11:15:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9BD1B3851C26 Received: by mail-il1-x143.google.com with SMTP id 9so12455333ilg.12 for ; Tue, 02 Jun 2020 04:15:02 -0700 (PDT) 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=IobnomNe1urNMgGYGkeMUFswyR/+gGRRmO1ZO3xWv8I=; b=OB0pwZ4YEqqKjffAtBY1lbtyyQ+yt4CALhYC/kMtHssyNgAhb2YVCeh6ZlJKfl1sDu T7dGojEskUuktQ+tu3P9BfmOBWltYOb4MPOtgKiTyboXq/RCW20ZXqQ+Hy7ZCX8EbqUf gmjOyMFZWX1Exw0DK5YdKywY+SpVYSf+DLP96SmZKOG7shyFZzLQbBxQs0Sh/Skm9DnM 68DBaHxBAh61bPC0mnW3Tpy10EMEuLG/zEZ8FChM22ubwUNhX6ei+Hpf6ZMGqAP+Bo7M ODZUF/hXx9pRXYIBFriJTjNOueKx6qHELvnRK1GVRgV4HgL82EEfaQy8UsKVwK2r33g4 aA5A== X-Gm-Message-State: AOAM531ag5/EZRfTMGBbOwcW5nwtrWppsAibwauK2u4ovzJa5mAvVUYy L+UzpAvRn0ZwQSvn+89UFIsUWCYz9xB+5HnTvFI= X-Google-Smtp-Source: ABdhPJxgBHAwa2qebDqouEcaHobgMdt9HMJ/g26XjUNilylRqDICQe3/185XRHx/wVtiSeS9oxdXsZDv5adL9d3cyVA= X-Received: by 2002:a05:6e02:1350:: with SMTP id k16mr13151693ilr.213.1591096502196; Tue, 02 Jun 2020 04:15:02 -0700 (PDT) MIME-Version: 1.0 References: <388e9087-6ff8-0e63-b476-52e6bd55989d@suse.com> In-Reply-To: <388e9087-6ff8-0e63-b476-52e6bd55989d@suse.com> From: "H.J. Lu" Date: Tue, 2 Jun 2020 04:14:26 -0700 Message-ID: Subject: Re: [PATCH] ld: fix ld-elf/linux-x86.exp for r/o source tree To: Jan Beulich Cc: Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-4.4 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: Tue, 02 Jun 2020 11:15:04 -0000 On Tue, Jun 2, 2020 at 12:12 AM Jan Beulich wrote: > > Since the copying ofthe individual files gets done more than once, make > sure the destinations can be copied to on subsequent copying attempts. > > ld/ > 2020-06-XX Jan Beulich > > * testsuite/ld-elf/linux-x86.exp: Make copied source files > writeable. > OK. Thanks. -- H.J.