From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1035.google.com (mail-pj1-x1035.google.com [IPv6:2607:f8b0:4864:20::1035]) by sourceware.org (Postfix) with ESMTPS id DE4F4384474D for ; Mon, 20 Feb 2023 11:00:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DE4F4384474D 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-pj1-x1035.google.com with SMTP id cp9so2103630pjb.0 for ; Mon, 20 Feb 2023 03:00:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date:from:to :cc:subject:date:message-id:reply-to; bh=1A2NvRUfZTFyNyZ6zwqhsf8qeLPF6o3+etk1UcTY1lk=; b=nqgR7NFSooqUjNfzIiHNaZ8UD3Gr5Mbep/ceqPHAsScCoImS0rizYvOxImCSUUGjV3 9CTA7Isj8/eFA7T40wGBIFA84KvCNyqHFXp9Gjh+9lyDx6Q3OH+UKE3nDB7JOlBTIYmM PJG62aULyUmZXUx7tYneQJlpbORcJJftZ76dYKCTi3FotdyARJ/D+Izrxd5yNs1lZjPT LaHLo+cZ2T99DsSwn2joxEC5DYIQTkcePcbm4qja18TwUHH3oVfrU84jTmUs1aPFfMs+ mxHomiMMctlwW8BsDEe8lh6XNblWBpHmDjqaPSR7lEkoNvrGn5E9Bim5mbwZjtKrXjMI /m1w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-transfer-encoding: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=1A2NvRUfZTFyNyZ6zwqhsf8qeLPF6o3+etk1UcTY1lk=; b=QF7ijwxoGPT46K50l4FCToMoNTLXYWESu07cu4osZNFnXX4FsocOVEA4r20JxN4JRk T7rev83e5Sd0xpzXlPz0EbavuK/PrjBlDvJl2PlB3F2/f/J667W5FEi6RoLTp4eOx0es WxdosxI8Phbf1oEy0As+/xkVndhPqPME9atl2CYUEQkySpsR99pU0hlTwvgVL64w70Us opFCm4L8fVjrvefw33EzRzGGm1n2NX2rSy8FB/m+OfllKPk5thFMgOOYXUZLGnQL74Jf KGgWRoUpIuikwtXDgqf43U4SsMvYw4y5Al72hTK4+t2eNKkBe5UcvO9+q+ELzW/S28Zk j1lQ== X-Gm-Message-State: AO0yUKUZJUC/xS+IuWmEGKLBZQk9613ykohIXwxVzh5Gil4p8Z/qx0b5 QhMUg2CBkFYnql6Eu7s3v4M= X-Google-Smtp-Source: AK7set+11fgScXNBErl8JL8zSqvtUPWcunOHiQDUGmbxD1bG2QHgNsUzmX8B/Zh0FKxepd6F7B9nzA== X-Received: by 2002:a17:902:d4c3:b0:19c:17d1:28a4 with SMTP id o3-20020a170902d4c300b0019c17d128a4mr1534837plg.67.1676890839894; Mon, 20 Feb 2023 03:00:39 -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 o4-20020a170902bcc400b00198f73f9d54sm1966725pls.117.2023.02.20.03.00.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Feb 2023 03:00:39 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 020581142CE6; Mon, 20 Feb 2023 21:30:36 +1030 (ACDT) Date: Mon, 20 Feb 2023 21:30:36 +1030 From: Alan Modra To: =?iso-8859-1?Q?Cl=E9ment?= Chigot Cc: binutils@sourceware.org Subject: Re: [PATCH 3/4] ld/testsuite: adjust to Windows path separator. Message-ID: References: <20230220082224.415968-1-chigot@adacore.com> <20230220082224.415968-3-chigot@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230220082224.415968-3-chigot@adacore.com> 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 Mon, Feb 20, 2023 at 09:22:23AM +0100, Clément Chigot via Binutils wrote: > In some tests, the path reported on Windows will have a \ instead of a > /. This occurs when a file is concatened with the search path in > ldfile.c.: "ld -Ltmpdir -ltext" will result into "tmpdir\libtext.a". OK, thanks. -- Alan Modra Australia Development Lab, IBM