From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52f.google.com (mail-ed1-x52f.google.com [IPv6:2a00:1450:4864:20::52f]) by sourceware.org (Postfix) with ESMTPS id 1E2553858283 for ; Fri, 17 Jun 2022 19:02:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1E2553858283 Received: by mail-ed1-x52f.google.com with SMTP id c13so2871101eds.10 for ; Fri, 17 Jun 2022 12:02:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:content-transfer-encoding:from:mime-version :subject:date:message-id:references:cc:in-reply-to:to; bh=8lrr4OttxNWdlMcsbjmwzIYXe1jN8VB06EJaIeAUu/w=; b=rQk6P+h10afuNgOnS3LEUIXfEGUY5v7blii+SxrWGbarRE8JDsxhNqO2n8FBYMJLun nV6/6oRtSI9RapWy3EWgLHB3YrqmMKR9uXu5LOstSl7P7TOzdlZtZfnVMfXH/JYf/dFZ X02XrnUet2TvIROjuLdz4F3oQRQrfQ7OGVUZv5E0M+Ai6fXJBDcRfsunWT8a2cprP3gf IWq839qYoDThOHn0tU4EpqY0gha6Kcty8YjcILyBw3nwxbR56/Ch+DhfNivqeuuofzzm 6P4rhs2KOKmqi/yH7nom1gNVSvMzWVcFXR/8/4KEEibiHI5Gz1+ikOpN0Y2iwwNBgGPx x42A== X-Gm-Message-State: AJIora9gAy28EMWGKO51+0BVwflqhyUnBbiczO+rcVHmYg+TWEl2kMj1 he3bvOqdG+HY4yfBzMM4KUpwdMukqUo= X-Google-Smtp-Source: AGRyM1vz/3gGGZYs2rsUFKjALRHENLQzSzudsXGkXmw2DvNsO3uoge4EZVdI3zehV4xR1reBfe0q+Q== X-Received: by 2002:a05:6402:322a:b0:42e:1778:1f1f with SMTP id g42-20020a056402322a00b0042e17781f1fmr14346868eda.115.1655492531093; Fri, 17 Jun 2022 12:02:11 -0700 (PDT) Received: from smtpclient.apple (dynamic-077-007-015-111.77.7.pool.telefonica.de. [77.7.15.111]) by smtp.gmail.com with ESMTPSA id jy20-20020a170907763400b006fedcb78854sm2458983ejc.164.2022.06.17.12.02.10 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Jun 2022 12:02:10 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Richard Biener Mime-Version: 1.0 (1.0) Subject: Re: Modula-2: merge followup (brief update on the progress of the new linking implementation) Date: Fri, 17 Jun 2022 21:02:09 +0200 Message-Id: <595F2F1F-468D-49AF-B135-CA8845148049@gmail.com> References: <87tu8jjjzu.fsf@debian> Cc: gcc-patches@gcc.gnu.org In-Reply-To: <87tu8jjjzu.fsf@debian> To: Gaius Mulley X-Mailer: iPhone Mail (19F77) X-Spam-Status: No, score=-3.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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2022 19:02:14 -0000 > Am 17.06.2022 um 19:09 schrieb Gaius Mulley via Gcc-patches : >=20 > =EF=BB=BF > New linking implementation is complete, gcc bootstraps and hello > world links. I'll git push the changes, then test/debug/polish and > produce new patch sets Great! Thanks, Richard=20 > regards, > Gaius