diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2017-07-11 10:26:30 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2017-07-11 10:26:30 +0000 |
commit | bee038f145133217be2bfc2750a06b4e527f7ccd (patch) | |
tree | 64a9ea08bf4e6244fab98534f7b78d11636a911a /gcc | |
parent | 67091cb476bc792a2050d2ce43f878c33465ae36 (diff) | |
download | gcc-bee038f145133217be2bfc2750a06b4e527f7ccd.zip gcc-bee038f145133217be2bfc2750a06b4e527f7ccd.tar.gz gcc-bee038f145133217be2bfc2750a06b4e527f7ccd.tar.bz2 |
extend.texi (AVR Function Attributes): Remove weblink to Binutils doc as TEXI will mess them up.
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 185ae33..c4d0e58 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 6120524..0cafb34 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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__ diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f93c825..f6a04ab 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |