Ignore:
Timestamp:
Nov 4, 2004, 1:37:17 AM (21 years ago)
Author:
bird
Message:

Joined the GCC 3.3.5.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/doc/invoke.texi

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1599 r1600  
    348348-mno-impure-text  -mno-stack-bias  -mno-unaligned-doubles @gol
    349349-msoft-float  -msoft-quad-float  -msparclite  -mstack-bias @gol
    350 -msupersparc  -munaligned-doubles  -mv8}
     350-msupersparc  -munaligned-doubles  -mv8
     351-threads -pthreads}
    351352
    352353@emph{ARM Options}
     
    39013902@option{-fpeephole2} enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
    39023903
    3903 @item -fbranch-probabilities
    3904 @itemx -fno-guess-branch-probability
     3904@item -fno-guess-branch-probability
    39053905@opindex fno-guess-branch-probability
    39063906Do not guess branch probabilities using a randomized model.
     
    59605960when making stack frame references.
    59615961Otherwise, assume no such offset is present.
     5962@end table
     5963
     5964These switches are supported in addition to the above on Solaris:
     5965
     5966@table @gcctabopt
     5967@item -threads
     5968@opindex threads
     5969Add support for multithreading using the Solaris threads library.  This
     5970option sets flags for both the preprocessor and linker.  This option does
     5971not affect the thread safety of object code produced by the compiler or
     5972that of libraries supplied with it.
     5973
     5974@item -pthreads
     5975@opindex pthreads
     5976Add support for multithreading using the POSIX threads library.  This
     5977option sets flags for both the preprocessor and linker.  This option does
     5978not affect the thread safety of object code produced  by the compiler or
     5979that of libraries supplied with it.
    59625980@end table
    59635981
Note: See TracChangeset for help on using the changeset viewer.