/[tinycc]/tinycc/tcc-doc.texi
ViewVC logotype

Diff of /tinycc/tcc-doc.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by bellard, Sat May 24 16:12:58 2003 UTC revision 1.18 by bellard, Sat Oct 4 13:04:47 2003 UTC
# Line 181  Undefine preprocessor symbol @samp{sym}. Line 181  Undefine preprocessor symbol @samp{sym}.
181    
182  Warning options:  Warning options:
183    
184  Note: each warning option has a negative form beginning with @option{-Wno-}.  @table @option
185    @item -w
186    Disable all warnings.
187    
188    @end table
189    
190    Note: each of the following warning options has a negative form beginning with
191    @option{-Wno-}.
192    
193  @table @option  @table @option
194  @item -Wunsupported  @item -Wunsupported
# Line 604  executable ELF files and dynamic ELF lib Line 611  executable ELF files and dynamic ELF lib
611  external linker.  external linker.
612    
613  Dynamic ELF libraries can be output but the C compiler does not generate  Dynamic ELF libraries can be output but the C compiler does not generate
614  position independent code (PIC). It means that the dynamic librairy  position independent code (PIC). It means that the dynamic library
615  code generated by TCC cannot be factorized among processes yet.  code generated by TCC cannot be factorized among processes yet.
616    
617  TCC linker eliminates unreferenced object code in libraries. A single pass is  TCC linker eliminates unreferenced object code in libraries. A single pass is

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26