invoke.texi (AVR Options): Tweak link for AVR-LibC user manual.
authorGerald Pfeifer <gerald@pfeifer.com>
Wed, 27 Mar 2013 22:39:27 +0000 (22:39 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 27 Mar 2013 22:39:27 +0000 (22:39 +0000)
* 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

gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/invoke.texi

index abf5cae58406e24efde659cf7648418cfb05d82f..3d2c4ea28e6f261b287eb24a2bc588848b2a796b 100644 (file)
@@ -1,3 +1,9 @@
+2013-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/invoke.texi (AVR Options): Tweak link for AVR-LibC user manual.
+       * doc/extend.texi (Named Address Spaces): Ditto.
+       (Variable Attributes): Ditto.
+
 2013-03-27  Kai Tietz  <ktietz@redhat.com>
 
        * config.build: Add support for cygwin x64 target.
index 80628a3cb909b8a977d1206c066854cd8fb9569d..c0f7e593cce99f9dd286fc95c74c8881f7616173 100644 (file)
@@ -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 */
index 475dcf06d2cc24eaa4761766352cb4645cecf468..4be9ae64eea7a500f72d18bf6a9076edd17d27bd 100644 (file)
@@ -11708,7 +11708,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}