diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-02-18 10:45:44 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-02-18 10:47:31 +0100 |
commit | a65da9be666adc25cb33a5c481292e921dbcd718 (patch) | |
tree | 97c2c4e33eb1d61efa38b38fa14f0e31275b5383 /gcc | |
parent | 47821ba07a19b672d3cba351a03af2b122e02213 (diff) | |
download | gcc-a65da9be666adc25cb33a5c481292e921dbcd718.zip gcc-a65da9be666adc25cb33a5c481292e921dbcd718.tar.gz gcc-a65da9be666adc25cb33a5c481292e921dbcd718.tar.bz2 |
doc: Update link to AVR-LibC
gcc/ChangeLog:
* doc/invoke.texi (AVR Options): Update link to AVR-LibC.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a5ea86f..078d29d 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} |