blob: 55e419a0fbf5b8efd41b2fe88b664d9106d8ed1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff -pNaru5 a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
--- a/gcc/doc/invoke.texi 2014-04-01 04:26:10.000000000 -0400
+++ b/gcc/doc/invoke.texi 2025-01-16 23:36:28.462041348 -0500
@@ -11360,11 +11360,11 @@ is reset to zero after the operation.
If the device comes with a specific @code{RAMP} register, the ISR
prologue/epilogue saves/restores that SFR and initializes it with
zero in case the ISR code might (implicitly) use it.
@item
-RAM larger than 64@tie{KiB} is not supported by GCC for AVR targets.
+RAM larger than 64@tie{}KiB is not supported by GCC for AVR targets.
If you use inline assembler to read from locations outside the
16-bit address range and change one of the @code{RAMP} registers,
you must reset it to zero after the access.
@end itemize
|