diff options
| author | grischka <grischka> | 2011-05-17 21:55:05 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2011-05-17 21:55:05 +0200 |
| commit | c449ef2e1f73f9226c730656d5b2599c71ea2de8 (patch) | |
| tree | fc802e0bc6f5b52e8488598d16e95cf15e785d50 /tcc-doc.texi | |
| parent | 28a5b702f4fcc86324afe843c19abf10be57198a (diff) | |
| download | tinycc-c449ef2e1f73f9226c730656d5b2599c71ea2de8.tar.gz tinycc-c449ef2e1f73f9226c730656d5b2599c71ea2de8.tar.bz2 | |
tcc-doc: remove obsolete '-o option must also be given'
Diffstat (limited to 'tcc-doc.texi')
| -rw-r--r-- | tcc-doc.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi index 5f30ac4..2522e48 100644 --- a/tcc-doc.texi +++ b/tcc-doc.texi @@ -165,7 +165,7 @@ Print the name of the configured installation directory and a list of program and library directories tcc will search. @item -c -Generate an object file (@option{-o} option must also be given). +Generate an object file. @item -o outfile Put object file, executable, or dll into output file @file{outfile}. @@ -285,23 +285,21 @@ libxxx.a. The library is searched in the paths specified by the @option{-L} option. @item -shared -Generate a shared library instead of an executable (@option{-o} option -must also be given). +Generate a shared library instead of an executable. @item -soname name set name for shared library to be used at runtime @item -static Generate a statically linked executable (default is a shared linked -executable) (@option{-o} option must also be given). +executable). @item -rdynamic Export global symbols to the dynamic linker. It is useful when a library opened with @code{dlopen()} needs to access executable symbols. @item -r -Generate an object file combining all input files (@option{-o} option must -also be given). +Generate an object file combining all input files. @item -Wl,-Ttext,address Set the start of the .text section to @var{address}. |
