[avr,applied] Fix typos in extend.texi

Message ID 9c9529f7-bd46-4859-aed7-be2d8e61db2a@gjlay.de
State New
Headers
Series [avr,applied] Fix typos in extend.texi |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_simplebootstrap_build--master-aarch64-bootstrap fail Patch failed to apply
linaro-tcwg-bot/tcwg_simplebootstrap_build--master-arm-bootstrap fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply

Commit Message

Georg-Johann Lay Feb. 8, 2025, 9:15 p.m. UTC
  Fixed typos in extend.texi.
Applied as as obvious.

Johann

--

     ad target/118764: Fix a typo in doc/extend.texi.

     gcc/
             PR target/118764
             * doc/invoke.texi (AVR Options): Fix typos.

  @opindex mfuse-add
  @item -mfuse-add
  

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index c33eb4425de..0aef2abf05b 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -24394,12 +24394,12 @@  Apart from providing a compact vector table, 
the startup code will set bit
  @code{CPUINT_CTRLA.CPUINT_CVT} which enables the CVT on the device.

  When you do not want the startup code to set 
@code{CPUINT_CTRLA.CPUINT_CVT},
-then you can satisfy symbol @code{__do_cvt_init} so that the respective
+then you can satisfy symbol @code{__init_cvt} so that the respective
  code is no more pulled in from @code{lib@var{mcu}.a}.
-For example, you can link with @code{-Wl,--defsym,__do_cvt_init=0}.
+For example, you can link with @code{-Wl,--defsym,__init_cvt=0}.

  The CVT startup code is available since
-@w{@uref{https://github.com/avrdudes/avr-libc/issues/1010,AVR-LibC #1010}}.
+@w{@uref{https://github.com/avrdudes/avr-libc/issues/1010,AVR-LibC v2.3}}.