]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
AVR: Documentation: Attribute address has exactly one argument.
authorGeorg-Johann Lay <avr@gjlay.de>
Fri, 12 Jan 2024 17:44:07 +0000 (18:44 +0100)
committerGeorg-Johann Lay <avr@gjlay.de>
Fri, 12 Jan 2024 17:46:02 +0000 (18:46 +0100)
gcc/
* doc/extend.texi (AVR Variable Attributes) [address]: Remove
documentation for a version without argument, which is not supported.

gcc/doc/extend.texi

index eebff4071e83fd98af8a1c35c044933a2f95c8af..eb4a42588c79795a0735dbcd997fe1da5bbcf471 100644 (file)
@@ -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