diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-28 23:19:46 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-28 23:19:46 +0100 |
commit | 38bce6ff4499597e4f9e2117deaa53362823f6e0 (patch) | |
tree | 241223922a69af825a05a142c81526a9dc2310d1 | |
parent | 3e8704f98e0bb5d1c09575fa31a76010d2f2d3e4 (diff) | |
download | gcc-38bce6ff4499597e4f9e2117deaa53362823f6e0.zip gcc-38bce6ff4499597e4f9e2117deaa53362823f6e0.tar.gz gcc-38bce6ff4499597e4f9e2117deaa53362823f6e0.tar.bz2 |
doc: Update link to the AVR-Libc manual
gcc/ChangeLog:
* doc/extend.texi (Named Address Spaces): Update link to the
AVR-Libc manual.
-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 027a08a..5a026c4 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1578,7 +1578,7 @@ locates data in flash but accesses to these data read from generic address space, i.e.@: from RAM, so that you need special accessors like @code{pgm_read_byte} -from @w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC}} +from @w{@uref{https://www.nongnu.org/avr-libc/user-manual/,AVR-LibC}} together with attribute @code{progmem}. @noindent |