diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2024-01-12 18:44:07 +0100 |
---|---|---|
committer | Georg-Johann Lay <avr@gjlay.de> | 2024-01-12 18:46:02 +0100 |
commit | 45a22144bff4bf34e07506405f9cc0825d656465 (patch) | |
tree | 50b9e8721668ba1011c99506d168fae2cc4fc76b | |
parent | 27521a2f4f7b859d5656e5bdd69d3f759ea4c23a (diff) | |
download | gcc-45a22144bff4bf34e07506405f9cc0825d656465.zip gcc-45a22144bff4bf34e07506405f9cc0825d656465.tar.gz gcc-45a22144bff4bf34e07506405f9cc0825d656465.tar.bz2 |
AVR: Documentation: Attribute address has exactly one argument.
gcc/
* doc/extend.texi (AVR Variable Attributes) [address]: Remove
documentation for a version without argument, which is not supported.
-rw-r--r-- | gcc/doc/extend.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index eebff40..eb4a425 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -8317,8 +8317,7 @@ allowing the use of @code{cbi}, @code{sbi}, @code{sbic} and @code{sbis} instructions. @cindex @code{address} variable attribute, AVR -@item address -@itemx address (@var{addr}) +@item address (@var{addr}) Variables with the @code{address} attribute can be used to address memory-mapped peripherals that may lie outside the I/O address range. Just like with the @code{io} and @code{io_low} attributes, no memory is |