From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id A6ADC3858C2C for ; Mon, 3 Oct 2022 14:56:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A6ADC3858C2C 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-wr1-x42b.google.com with SMTP id j7so11779246wrr.3 for ; Mon, 03 Oct 2022 07:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:date:from:from:to:cc :subject:date; bh=iVMbfcFv+RdklZTTHjJ744ESaumMi/xwLIXLX14wKqk=; b=c2LFHrNeSpCTIiZpW3UnOHhHU51tN2p8U6pSKeWYzUYszUzJlUgqz62r1+tS47EHNf LCAOLxtC0+GUAuUJ8qHKwOwgxM9TrYiGJh6+zQSkqyJ6s79n3ij47KS0L81l0wybKcWK 7wzCW07ssDurCbWYnr5HQ4zX3TzJiU+GiCh49gl1fG5LJM8K+c0wZnRj59mu4wzHaEfE AEi4aOxnicsObXK35/lFf0xnBDKhbbYjUcQjQM9yTDfl1vs2PkxCMDoQd7XuU8FHIHh+ aHO0zOPAj8fmVjid42i+YmPLH+S7UcOoPxGF4CXdgKSpehwJNo7CUIAhgOOfy2Qv+2zw Trew== 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 :mail-followup-to:message-id:subject:cc:to:date:from :x-gm-message-state:from:to:cc:subject:date; bh=iVMbfcFv+RdklZTTHjJ744ESaumMi/xwLIXLX14wKqk=; b=e0Jd/BTGGcGAIpZC1Ya+QTHYRryNjfJ8YkJQkwA726iz6X+lQaxUzRVlh4vI7s5/W7 CAtg76DaKY0rBPGiZBhHTSkxE/tKJTk40PWjw0EGbQaUoBqO4WIqtT9uGR/jSBgSwRFo zwdBeGlUBpshMWc0Nt/4fE9JKvawvIBK4v5YvMaI0QQ+vKun7aLLNuulHZ/N5/Wd5bIb 50ZDcnOCiVZL98iB/xyI2YeIfGlDmCg1gg16M2MkTmcoqkWf1niRUlnW4iEsqzpxnKyR Jw31WLVa64sx/RATk6Gjx3yED3h8Q2Zk/shSDXLnWbMQ3C0IvzEVdVLzj5ZewQhg2a93 zzaw== X-Gm-Message-State: ACrzQf2e+0Dteed2qHqFOkp5FAnN2tlftaG4ZQZfM7O8YsQwaA0Uchqa pohSGH8IUMkvC7+kTZFrw1k= X-Google-Smtp-Source: AMsMyM7t9XvhD3vet04BuOFin/U5ccC1Hz5qnaat9DVZhZNPiXsu5FOH/7skHi5QSDfjcfr6CA1nSw== X-Received: by 2002:a05:6000:69b:b0:22e:36aa:5f1 with SMTP id bo27-20020a056000069b00b0022e36aa05f1mr4189558wrb.430.1664808996373; Mon, 03 Oct 2022 07:56:36 -0700 (PDT) Received: from localhost (241.84.90.146.dyn.plus.net. [146.90.84.241]) by smtp.gmail.com with ESMTPSA id q5-20020a05600c2e4500b003b50428cf66sm11436912wmf.33.2022.10.03.07.56.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 03 Oct 2022 07:56:35 -0700 (PDT) From: Gavin Smith X-Google-Original-From: Gavin Smith Date: Mon, 3 Oct 2022 15:56:34 +0100 To: Jonathan Wakely Cc: Richard Stallman , bug-texinfo@gnu.org, gcc@gcc.gnu.org Subject: Re: Makeinfo generates wrong link Message-ID: Mail-Followup-To: Gavin Smith , Jonathan Wakely , Richard Stallman , bug-texinfo@gnu.org, gcc@gcc.gnu.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KAM_SHORT,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, Oct 03, 2022 at 08:31:06AM +0100, Jonathan Wakely wrote: > On Mon, 3 Oct 2022 at 07:01, Gavin Smith via Gcc wrote: > > > > On Sun, Oct 02, 2022 at 09:06:06PM -0400, Richard Stallman wrote: > > > generates the following output: > > > > > >
  • Some macros are predefined on each kind of machine > > > (see System-specific Predefined Macros in Using the GNU Compiler > > > Collection). This allows you to provide code specially tuned for a > > > particular machine. > > > > > > but that link is broken. The OP suggests this link > > > > > > https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/System-specific-Predefined-Macros.html > > > > > > may be correct. > > > > > > Where do those directory names come from? Is there a table in makeinfo > > > that needs to be updated? > > The gcc developers need to provide a stable, version-independent link > > for the manual. This link would have worked in the past, but I don't > > know how recently it broke. > > The URL https://gcc.gnu.org/onlinedocs/cpp/System-specific-Predefined-Macros.html > has been stable for many years. In that case it is the input that is wrong: Some macros are predefined on each kind of machine (@pxref{System-specific Predefined Macros, System-specific Predefined Macros, System-specific Predefined Macros, gcc, Using the GNU Compiler Collection}). This allows you to provide code specially tuned for a particular machine. It should be Some macros are predefined on each kind of machine (@pxref{System specific Predefined Macros, System specific Predefined Macros, System-specific Predefined Macros, gcc, Using the GNU Compiler Collection}). This allows you to provide code specially tuned for a particular machine. changing the hyphen to a space in "System specific".