From patchwork Mon Jan 30 21:48:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 50519 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:adf:eb09:0:0:0:0:0 with SMTP id s9csp2412206wrn; Mon, 30 Jan 2023 13:49:16 -0800 (PST) X-Google-Smtp-Source: AMrXdXsHIF/Jp54z0Ob8D+WCe2cfa9Iz/YLCbWfvri9OLOGbtm++aXEtQB+/WSp32slaFLLRRrkQ X-Received: by 2002:a05:6402:c41:b0:499:d0e3:7745 with SMTP id cs1-20020a0564020c4100b00499d0e37745mr62476503edb.14.1675115356409; Mon, 30 Jan 2023 13:49:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1675115356; cv=none; d=google.com; s=arc-20160816; b=Jb220MRQGRgYm4P9xKxo+W8HzIrss92MiUc3T8qX96hqodfKOMnp+ZSRqADPKLnjKy kgQsVsTDYJlY69Uz3Srrzgi9oJsHTUxuT5sDLDnOnaQziVR41kWMNgQSq1y5j2hHAz3T ylrlU7DdcEauvWMzBel1m5Oh+lACEuU6lw6ZWwAjfLJiCSkW3YP7SNXiClG3kfjziOAf Lbar/LOosqvGGR3Job0aQNCNcmOM92cSvuOyhAW664h85piaoyaJQOE2uj9kt7wA4djg YaypZ4NtBDuuWL6MIbI91Vg3Ii98IczktN3S1QJvnt33OAdA6bL7hISK8MxFN0ydurDn H+bw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :to:from:date:dmarc-filter:delivered-to; bh=2r5d7naBoNjb0ReZkLV13Fl2hrAmqRvdK6FAWGY6yu4=; b=pYKqOaj3iqvlT7FoPmogG677sX7vE4vjpbKMxTwxjA0laFj5hKh+mxYBUL+S+QX7WY b+iW/Tu/ZI8ZsTWEbFZDsEn1v3u4lpz8pleGVR6Wp55InwcGDI/A4jfT8UAybAYvQ1KU gaznuZUPez2wU0j1M6Zq64+hwf6B8obK0hviA55feoJGUmldzVukTFUIeNRMl+KvCGAx gB7Yb0HwLAJcPOFuj+gceDvx4V1Xomkub1hQRtQTR47lN9cg4sW3qXh1Mx6WpI2UkAZR Rq6qKYhBsTot63MbveWJUYp39kNRJHvZKRT/b0oiJ9vzimo/CjRZ3smasw9GcbVZ0/Wb ozWg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (ip-8-43-85-97.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id y6-20020a50ce06000000b0049e267de108si16300232edi.209.2023.01.30.13.49.16 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Jan 2023 13:49:16 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CD389385840A for ; Mon, 30 Jan 2023 21:49:12 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id CA1673858D1E for ; Mon, 30 Jan 2023 21:48:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CA1673858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id C969933E8D for ; Mon, 30 Jan 2023 16:48:46 -0500 (EST) Received: from [192.168.1.80] (188-23-1-149.adsl.highway.telekom.at [188.23.1.149]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 62F7F33E8B for ; Mon, 30 Jan 2023 16:48:46 -0500 (EST) Date: Mon, 30 Jan 2023 22:48:40 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [pushed] wwwdocs: gcc-4.7: Adjust link to "Collecting User-Mode Dumps" MIME-Version: 1.0 X-Scanned-By: mailmunge 3.10 on 209.68.5.143 Message-Id: <20230130214846.C969933E8D@hamza.pair.com> X-Spam-Status: No, score=-8.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP, URI_TRY_3LD 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: , Errors-To: gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1756485759767435143?= X-GMAIL-MSGID: =?utf-8?q?1756485759767435143?= After summer 2018 and summer 2019 the third time Microsoft shuffles around things... At least the put in place redirects. Pushed. Gerald --- htdocs/gcc-4.7/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html index 3eec7d3d..f98f108c 100644 --- a/htdocs/gcc-4.7/changes.html +++ b/htdocs/gcc-4.7/changes.html @@ -636,7 +636,7 @@ well.

depends on the user environment settings; see the ulimit -c setting for POSIX shells, limit coredumpsize for C shells, and the WER user-mode dumps settings on Windows.
  • The