diff options
author | Nick Clifton <nickc@redhat.com> | 2002-01-15 17:18:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-01-15 17:18:53 +0000 |
commit | 6364e0b4c2e5a7bd02ed3490b1ce4fcd7d7b4575 (patch) | |
tree | 570bc7f9223534a9fe57089bd532d5d5122ec94b /binutils/doc | |
parent | d7242108d7b130fb18fc591e5be389406fca526e (diff) | |
download | gdb-6364e0b4c2e5a7bd02ed3490b1ce4fcd7d7b4575.zip gdb-6364e0b4c2e5a7bd02ed3490b1ce4fcd7d7b4575.tar.gz gdb-6364e0b4c2e5a7bd02ed3490b1ce4fcd7d7b4575.tar.bz2 |
Refer to "options" not "switches"
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index fdf6e2d..82280bd 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2732,14 +2732,14 @@ when @option{--export-all-symbols} is used. Specifies the path, including the filename, of the assembler to be used to create the exports file. -@item -f @var{switches} -@itemx --as-flags @var{switches} -Specifies any specific command line switches to be passed to the +@item -f @var{options} +@itemx --as-flags @var{options} +Specifies any specific command line options to be passed to the assembler when building the exports file. This option will work even if the @option{-S} option is not used. This option only takes one argument, and if it occurs more than once on the command line, then later occurrences will override earlier occurrences. So if it is necessary to -pass multiple switches to the assembler they should be enclosed in +pass multiple options to the assembler they should be enclosed in double quotes. @item -D @var{name} |