diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-03-12 00:00:47 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-03-12 00:01:46 +0100 |
commit | 1be724089e801afc6960fcbd07b101e5baa30982 (patch) | |
tree | 756d58d467e97b154748dfb5c262f043430ab6c8 /gcc | |
parent | d9922e4bb5d8014ff3e4057442bbd6d2ed58cc36 (diff) | |
download | gcc-1be724089e801afc6960fcbd07b101e5baa30982.zip gcc-1be724089e801afc6960fcbd07b101e5baa30982.tar.gz gcc-1be724089e801afc6960fcbd07b101e5baa30982.tar.bz2 |
doc: Drop a redundant link to AVR-LibC
gcc/ChangeLog:
* doc/extend.texi (Named Address Spaces): Drop a redundant link
to AVR-LibC.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index e0c5357..fd3745c 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 <avr/pgmspace.h> /* Locate var in flash memory */ |