]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/gcc-tumbl.git/commitdiff
* doc/invoke.texi (AVR Options): Tweak link for AVR-LibC user manual.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Mar 2013 11:10:22 +0000 (11:10 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Mar 2013 11:10:22 +0000 (11:10 +0000)
* doc/extend.texi (Named Address Spaces): Ditto.
(Variable Attributes): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@197263 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4f6fd2b49442f11fc4044eb853c8eb752998441d..5d465ecac748ff80d6e267d019b3dd3c778eacc7 100644 (file)
@@ -1,3 +1,9 @@
+2013-03-30  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-28  Eric Botcazou  <ebotcazou@adacore.com>
 
        * toplev.c (process_options): Do not disable -fomit-frame-pointer on a
index 4f3f78deb1d5a64e0cf76c9adea7f20c48f266bc..0887946a193ce691982efaa67c5065270bff10f5 100644 (file)
@@ -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 <avr/pgmspace.h> 
 
 /* Locate var in flash memory */
index 919f6e2a0dd4e64d26aaee15bc0258f9c59a959e..f98995238a5a9b98508ac3561ae19644f1cf5160 100644 (file)
@@ -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}