extend.texi (AVR Function Attributes): Remove weblink to Binutils doc as TEXI will...
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 11 Jul 2017 10:26:30 +0000 (10:26 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 11 Jul 2017 10:26:30 +0000 (10:26 +0000)
* doc/extend.texi (AVR Function Attributes): Remove weblink to
Binutils doc as TEXI will mess them up.
* doc/invoke.texi (AVR Options): Same here.

From-SVN: r250124

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

index 185ae3313eba5d02b54117725a1e565b0ac48518..c4d0e58ca62d06ed82d5283bd8bcb7b9c6607fad 100644 (file)
@@ -1,3 +1,9 @@
+2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
+
+       * doc/extend.texi (AVR Function Attributes): Remove weblink to
+       Binutils doc as TEXI will mess them up.
+       * doc/invoke.texi (AVR Options): Same here.
+
 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
 
        * config/sparc/sparc.opt (mfix-ut700): New option.
index 6120524011014168899acfda841c568e04d4417a..0cafb34c09a12d03f47b47d5026bfb72ee98a293 100644 (file)
@@ -3820,8 +3820,6 @@ depended upon to work reliably and are not supported.
 Do not use @code{__gcc_isr} pseudo instructions in a function with
 the @code{interrupt} or @code{signal} attribute aka. interrupt
 service routine (ISR).
-For details on @code{__gcc_isr}, see the GNU Binutils
-@w{@uref{https://sourceware.org/binutils/docs/as/AVR_002dDependent.html,AVR assembler manual}}.
 Use this attribute if the preamble of the ISR prologue should always read
 @example
 push  __zero_reg__
index f93c825f15dcaeba051cc8763f0386672a0fc0f6..f6a04ab62c9c2d37d7bb71af0ace6c7b95ea2f48 100644 (file)
@@ -15981,9 +15981,7 @@ subroutines.  Code size is smaller.
 @item -mgas-isr-prologues
 @opindex mgas-isr-prologues
 Interrupt service routines (ISRs) may use the @code{__gcc_isr} pseudo
-instruction supported by GNU Binutils, see the
-@w{@uref{https://sourceware.org/binutils/docs/as/AVR_002dDependent.html,AVR assembler manual}}
-for details.
+instruction supported by GNU Binutils.
 If this option is on, the feature can still be disabled for individual
 ISRs by means of the @ref{AVR Function Attributes,,@code{no_gccisr}}
 function attribute.  This feature is activated per default