projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37d75d4
)
Mention that the -plugin command line option is used to load plugins.
author
Nick Clifton
<nickc@redhat.com>
Tue, 14 Feb 2023 12:01:06 +0000
(12:01 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 14 Feb 2023 12:01:06 +0000
(12:01 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/ld.texi
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 48236585b57938de0f49a32c59a89faba108df36..8204ab507ea600d084e7c5f90fc1c20b1c8d281e 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,8
@@
+2023-02-14 Nick Clifton <nickc@redhat.com>
+
+ * ld.texi (Plugins): Mention that the -plugin command line option
+ is used to load plugins.
+
2023-01-27 Nick Clifton <nickc@redhat.com>
PR 29998
diff --git
a/ld/ld.texi
b/ld/ld.texi
index f576a8bae6cb2ef6fe214ba92d95e34d2029b5e0..335886d4e6b172993d1cf44c52f3e62902d272e5 100644
(file)
--- 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