fix spelling of -linker-output-auto-nolto-rel
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 1 Dec 2021 10:53:45 +0000 (11:53 +0100)
committerRasmus Villemoes <rv@rasmusvillemoes.dk>
Thu, 2 Dec 2021 11:52:24 +0000 (12:52 +0100)
commit1ea226fad13ab696c6d5d17b7bbfc5b4b693c363
tree1b7be61e3d132dec191db49ee4e1ce1708fb2a44
parent1ac7a8c9e4798d352eb8c64905dd38086af4e1cd
fix spelling of -linker-output-auto-nolto-rel

The transposition nolto -> notlo is confusing and it makes the long
name even harder to read than it already is - I kept reading it as
"not lo" until I realized it was a simple typo.

Fixes: 5269b24605b1 (Silence warning in LTO mode on VxWorks)

lto-plugin/
* lto-plugin.c: Fix -linker-output-auto-notlo-rel ->
-linker-output-auto-nolto-rel typo.
(process_option): Adjust accordingly, accepting both old and
new spelling.

gcc/
* config/vxworks.h (LTO_PLUGIN_SPEC): Adapt to corrected
spelling of -linker-output-auto-nolto-rel.
gcc/config/vxworks.h
lto-plugin/lto-plugin.c