From: Gerald Pfeifer Date: Sat, 11 Mar 2023 23:00:47 +0000 (+0100) Subject: doc: Drop a redundant link to AVR-LibC X-Git-Tag: basepoints/gcc-14~599 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be724089e801afc6960fcbd07b101e5baa30982;p=thirdparty%2Fgcc.git doc: Drop a redundant link to AVR-LibC gcc/ChangeLog: * doc/extend.texi (Named Address Spaces): Drop a redundant link to AVR-LibC. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e0c5357291be..fd3745c5608e 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -7906,7 +7906,7 @@ of the data but not how this data is accessed. In order to read data located with the @code{progmem} attribute (inline) assembler must be used. @smallexample -/* Use custom macros from @w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC}} */ +/* Use custom macros from AVR-LibC */ #include /* Locate var in flash memory */