diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2013-03-27 22:39:27 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2013-03-27 22:39:27 +0000 |
commit | 53cb97f923049eedfa9208e1787259bdd33adf1b (patch) | |
tree | ca03b7d20b201a669be7861efd9b7e2f139c5e1b /gcc/doc/extend.texi | |
parent | 01680d9896f7b8d25d8438b947e973cfb50d8814 (diff) | |
download | gcc-53cb97f923049eedfa9208e1787259bdd33adf1b.zip gcc-53cb97f923049eedfa9208e1787259bdd33adf1b.tar.gz gcc-53cb97f923049eedfa9208e1787259bdd33adf1b.tar.bz2 |
invoke.texi (AVR Options): Tweak link for AVR-LibC user manual.
* doc/invoke.texi (AVR Options): Tweak link for AVR-LibC user manual.
* doc/extend.texi (Named Address Spaces): Ditto.
(Variable Attributes): Ditto.
From-SVN: r197180
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 80628a3..c0f7e59 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1339,7 +1339,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{http://nongnu.org/avr-libc/user-manual/,AVR-LibC}} together with attribute @code{progmem}. @noindent @@ -4940,7 +4940,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 @w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC}} */ #include <avr/pgmspace.h> /* Locate var in flash memory */ |