aboutsummaryrefslogtreecommitdiff
path: root/lto-plugin
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2021-12-03 00:17:04 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2021-12-03 00:17:04 +0000
commitea6ef320b0d7e6a9335691af8c8d1daae396d2a7 (patch)
treeebce4b31b82870bcb4ea50e7360b875bfb18c006 /lto-plugin
parentc841dc0a4dd944cf8f76f414a286aedff1e38dce (diff)
downloadgcc-ea6ef320b0d7e6a9335691af8c8d1daae396d2a7.zip
gcc-ea6ef320b0d7e6a9335691af8c8d1daae396d2a7.tar.gz
gcc-ea6ef320b0d7e6a9335691af8c8d1daae396d2a7.tar.bz2
Daily bump.
Diffstat (limited to 'lto-plugin')
-rw-r--r--lto-plugin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog
index 0a849d2..6fe559b 100644
--- a/lto-plugin/ChangeLog
+++ b/lto-plugin/ChangeLog
@@ -1,3 +1,10 @@
+2021-12-02 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
+
+ * 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.
+
2021-09-13 Andrew Pinski <apinski@marvell.com>
PR lto/49664