diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2024-08-11 15:36:07 +0200 |
---|---|---|
committer | Georg-Johann Lay <avr@gjlay.de> | 2024-08-11 15:38:31 +0200 |
commit | 149a23ee2568ce1efcfb4cb7704ecc97d4c32274 (patch) | |
tree | 75b929523d612a6ac63e1fb44b4ceaf9fd5fcbbe /gcc | |
parent | 29a323676913600b448e011c7d27df01aa20c6dc (diff) | |
download | gcc-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.opt | 2 |
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 |