From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102a.google.com (mail-pj1-x102a.google.com [IPv6:2607:f8b0:4864:20::102a]) by sourceware.org (Postfix) with ESMTPS id 8BA0C3858D28 for ; Fri, 6 Jan 2023 10:15:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8BA0C3858D28 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-x102a.google.com with SMTP id m7-20020a17090a730700b00225ebb9cd01so4762756pjk.3 for ; Fri, 06 Jan 2023 02:15:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=1F3LKEB+bU2aEGiKzvPs6RDxDMPhA7vE60SyN3zCvAs=; b=bPGPWd2Wq6nRuCstU12Pc/KENA2vNfVk+z6QCK77ZORiDNA5Nw3FT2DhD8XyVm27Ge qqzkBR5+4XH1OSTTQdB5kQdMyotPLuimzz8MjF8LhP1V0zMhR9f/Rw/5CbjNUBF7IccJ LIoasjdoxi6yxtO2RhwPyQslGJR4DfCTh62N7Bngusao4SjF+IUnd21KXb7itrxJbsvP 795zVFACFrJgznS+m5zxtz27TZil89fqGuMdA2A1vMvHuNkImzTod8gJJIU1eYDjjNDi hkfaqh3bSznbmdBW/2xfgSoclOnzpcroruqLS/iemlnK28/fAulKtLw1E9AfKFbWl1Hk hnEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to: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=1F3LKEB+bU2aEGiKzvPs6RDxDMPhA7vE60SyN3zCvAs=; b=Tsa8ix+b546XrFfaQlnr7NmUvRCisZbqiGYYiW+dCPF82VSBllvtoaH3T7lfBaO38l 5s0xJXGsVSVbgwzQ4gAnIpQnvq8IH6GTtKQLaDsdo+aXUuIfbUdc9E/E8qScaJR0oHgx 251F/ycFloOUfwT8UEjIPjJck5uUlbwt1S73en1f5nZlDAKvYPUaCbhtnbP+dbMByaTY NbKOb6A4dATcc/x1dLz77mbwTCbKSdpz1cz+Lt04I1HxrHf3HxEPAs7IUy7Pqk450fQP KCPgwCqdO1wxjlkV0hPRJPpAkcW/z9pG3NmLt0Z9i71M18+O/SBA775SOYmB+qVFfuUt w/0g== X-Gm-Message-State: AFqh2kqNPAVJz5Ns8eg8nVl9/owNJstwDDskB++DihnIyF6ld8L/3Les TzPaYAJBUP2MYJHc9V5wytI= X-Google-Smtp-Source: AMrXdXtS1FAb9pRvDMerL1kLoSC2feyP+zRu9yrFusj5IEDFd1Kn1+5lOP/u2+MhOMa1v3Twa5Rf5A== X-Received: by 2002:a17:90a:2a42:b0:225:d697:40d7 with SMTP id d2-20020a17090a2a4200b00225d69740d7mr46882499pjg.36.1673000100533; Fri, 06 Jan 2023 02:15:00 -0800 (PST) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:41be:7f9c:b8e8:bcf6]) by smtp.gmail.com with ESMTPSA id b23-20020a17090a101700b0020d67a726easm2533435pja.10.2023.01.06.02.14.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Jan 2023 02:15:00 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id A2B911142D19; Fri, 6 Jan 2023 20:44:57 +1030 (ACDT) Date: Fri, 6 Jan 2023 20:44:57 +1030 From: Alan Modra To: Jan Beulich Cc: Binutils , Mark Harmstone Subject: Re: ld: yet another PDB build fix (or workaround) Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3027.7 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 Fri, Jan 06, 2023 at 10:33:00AM +0100, Jan Beulich wrote: > Older bash looks to improperly deal with backslashes in here-documents, > leaving them in place on the escaped double quotes inside the parameter > expansion. Convert to a model without using such a construct, by simply > splitting the here-documents into three ones. Thanks, I was about to send you a slightly different work-around, but since you already posted I won't bother. :-) -- Alan Modra Australia Development Lab, IBM