From 9b38b85ec31798d68633970c88921875928c4c39 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 14 Feb 2023 12:01:06 +0000 Subject: [PATCH] Mention that the -plugin command line option is used to load plugins. --- ld/ChangeLog | 5 +++++ ld/ld.texi | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 48236585b57..8204ab507ea 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2023-02-14 Nick Clifton + + * ld.texi (Plugins): Mention that the -plugin command line option + is used to load plugins. + 2023-01-27 Nick Clifton PR 29998 diff --git a/ld/ld.texi b/ld/ld.texi index f576a8bae6c..335886d4e6b 100644 --- a/ld/ld.texi +++ b/ld/ld.texi @@ -7216,6 +7216,9 @@ support is implemented with a linker plugin. Currently there is only one plugin shipped by default, but more may be added here later. +Plugins are enabled via the use of the @option{-plugin @var{name}} +command line option. @xref{Options} + @menu * libdep Plugin:: Static Library Dependencies Plugin @end menu -- 2.30.2