diff options
author | Nick Clifton <nickc@redhat.com> | 2023-02-14 12:01:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-02-14 12:01:06 +0000 |
commit | 9b38b85ec31798d68633970c88921875928c4c39 (patch) | |
tree | b6236f40366f295cd547a85df04c74e9d342f548 /ld/ld.texi | |
parent | 37d75d4552d6b4d292ffb4dee92329a449288375 (diff) | |
download | gdb-9b38b85ec31798d68633970c88921875928c4c39.zip gdb-9b38b85ec31798d68633970c88921875928c4c39.tar.gz gdb-9b38b85ec31798d68633970c88921875928c4c39.tar.bz2 |
Mention that the -plugin command line option is used to load plugins.
Diffstat (limited to 'ld/ld.texi')
-rw-r--r-- | ld/ld.texi | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |