diff options
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index b0de3d0..81d8bc1 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -4850,7 +4850,8 @@ command to @command{ar}, but without using the BFD library. @xref{ar}. @item --ctf-symbols=@var{section} @item --ctf-strings=@var{section} Specify the name of another section from which the CTF file can inherit -strings and symbols. +strings and symbols. By default, the @code{.symtab} and its linked +string table are used. If either of @option{--ctf-symbols} or @option{--ctf-strings} is specified, the other must be specified as well. |