From bd0b6a72718ac4bd1d9de39f06ba623ae4af1ebc Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sat, 30 Mar 2013 11:10:22 +0000 Subject: [PATCH] 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: r197263 --- gcc/ChangeLog | 6 ++++++ gcc/doc/extend.texi | 4 ++-- gcc/doc/invoke.texi | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f6fd2b49442..5d465ecac748 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-03-30 Gerald Pfeifer + + * doc/invoke.texi (AVR Options): Tweak link for AVR-LibC user manual. + * doc/extend.texi (Named Address Spaces): Ditto. + (Variable Attributes): Ditto. + 2013-03-28 Eric Botcazou * toplev.c (process_options): Do not disable -fomit-frame-pointer on a diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 4f3f78deb1d5..0887946a193c 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1332,7 +1332,7 @@ locates data in flash but accesses to these data will 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}. @b{Limitations and caveats} @@ -4822,7 +4822,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. @example -/* 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 /* Locate var in flash memory */ diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 919f6e2a0dd4..f98995238a5a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -11242,7 +11242,7 @@ points to. The startup code from libgcc never sets @code{EIND}. Notice that startup code is a blend of code from libgcc and AVR-LibC. For the impact of AVR-LibC on @code{EIND}, see the -@w{@uref{http://nongnu.org/avr-libc/user-manual,AVR-LibC user manual}}. +@w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC user manual}}. @item It is legitimate for user-specific startup code to set up @code{EIND} -- 2.47.2