aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGeorg-Johann Lay <avr@gjlay.de>2024-08-11 15:36:07 +0200
committerGeorg-Johann Lay <avr@gjlay.de>2024-08-11 15:38:31 +0200
commit149a23ee2568ce1efcfb4cb7704ecc97d4c32274 (patch)
tree75b929523d612a6ac63e1fb44b4ceaf9fd5fcbbe /gcc
parent29a323676913600b448e011c7d27df01aa20c6dc (diff)
downloadgcc-149a23ee2568ce1efcfb4cb7704ecc97d4c32274.zip
gcc-149a23ee2568ce1efcfb4cb7704ecc97d4c32274.tar.gz
gcc-149a23ee2568ce1efcfb4cb7704ecc97d4c32274.tar.bz2
AVR: -mlra is not documeted in TEXI.
gcc/ * config/avr/avr.opt (mlra): Set Undocumented flag.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/avr/avr.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/avr/avr.opt b/gcc/config/avr/avr.opt
index 947489e..444ed7e 100644
--- a/gcc/config/avr/avr.opt
+++ b/gcc/config/avr/avr.opt
@@ -19,7 +19,7 @@
; <http://www.gnu.org/licenses/>.
mlra
-Target Var(avr_lra_p) UInteger Init(0) Optimization
+Target Var(avr_lra_p) UInteger Init(0) Optimization Undocumented
Usa LRA for reload instead of the old reload framework. This option is experimental, and it may be removed in future versions of the compiler.
mcall-prologues