From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id C68D23858C52; Sat, 18 Feb 2023 09:47:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C68D23858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676713663; bh=CukABagskowdhvFTKl+hnJYaBsQjOG1PWErwcfCUYYw=; h=From:To:Subject:Date:From; b=vkU/uKbgVRgc0TSlI2ZOJMiZzd9G7NtbMFCedzkEN7gdbTmqJMMafTDQwwlZ8zg3/ GUzpwSig0r2STn9QXabn9HoBRufRpu0t+CCZLgFJDJWkRgFmAHiXvaKlEnxPqDzdHe fwuW/5bxGhvoQjZTrapN1MzyaP8OI2Yrf5CzmIbc= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-6129] doc: Update link to AVR-LibC X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/trunk X-Git-Oldrev: 47821ba07a19b672d3cba351a03af2b122e02213 X-Git-Newrev: a65da9be666adc25cb33a5c481292e921dbcd718 Message-Id: <20230218094743.C68D23858C52@sourceware.org> Date: Sat, 18 Feb 2023 09:47:43 +0000 (GMT) List-Id: https://gcc.gnu.org/g:a65da9be666adc25cb33a5c481292e921dbcd718 commit r13-6129-ga65da9be666adc25cb33a5c481292e921dbcd718 Author: Gerald Pfeifer Date: Sat Feb 18 10:45:44 2023 +0100 doc: Update link to AVR-LibC gcc/ChangeLog: * doc/invoke.texi (AVR Options): Update link to AVR-LibC. Diff: --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a5ea86f68c9..078d29d5313 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -22888,7 +22888,7 @@ points to. The startup code from libgcc never sets @code{EIND}. Notice that startup code is a blend of code from libgcc and AVR-LibC. For the impact of AVR-LibC on @code{EIND}, see the -@w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC user manual}}. +@w{@uref{https://www.nongnu.org/avr-libc/user-manual/,AVR-LibC user manual}}. @item It is legitimate for user-specific startup code to set up @code{EIND}