doc: Drop a redundant link to AVR-LibC
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 11 Mar 2023 23:00:47 +0000 (00:00 +0100)
committerGerald Pfeifer <gerald@pfeifer.com>
Sat, 11 Mar 2023 23:01:46 +0000 (00:01 +0100)
gcc/ChangeLog:

* doc/extend.texi (Named Address Spaces): Drop a redundant link
to AVR-LibC.

gcc/doc/extend.texi

index e0c5357..fd3745c 100644 (file)
@@ -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 <avr/pgmspace.h> 
 
 /* Locate var in flash memory */