Changeset 1600 for trunk/src/gcc/gcc/doc/invoke.texi
- Timestamp:
- Nov 4, 2004, 1:37:17 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/doc/invoke.texi
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r1599 r1600 348 348 -mno-impure-text -mno-stack-bias -mno-unaligned-doubles @gol 349 349 -msoft-float -msoft-quad-float -msparclite -mstack-bias @gol 350 -msupersparc -munaligned-doubles -mv8} 350 -msupersparc -munaligned-doubles -mv8 351 -threads -pthreads} 351 352 352 353 @emph{ARM Options} … … 3901 3902 @option{-fpeephole2} enabled at levels @option{-O2}, @option{-O3}, @option{-Os}. 3902 3903 3903 @item -fbranch-probabilities 3904 @itemx -fno-guess-branch-probability 3904 @item -fno-guess-branch-probability 3905 3905 @opindex fno-guess-branch-probability 3906 3906 Do not guess branch probabilities using a randomized model. … … 5960 5960 when making stack frame references. 5961 5961 Otherwise, assume no such offset is present. 5962 @end table 5963 5964 These switches are supported in addition to the above on Solaris: 5965 5966 @table @gcctabopt 5967 @item -threads 5968 @opindex threads 5969 Add support for multithreading using the Solaris threads library. This 5970 option sets flags for both the preprocessor and linker. This option does 5971 not affect the thread safety of object code produced by the compiler or 5972 that of libraries supplied with it. 5973 5974 @item -pthreads 5975 @opindex pthreads 5976 Add support for multithreading using the POSIX threads library. This 5977 option sets flags for both the preprocessor and linker. This option does 5978 not affect the thread safety of object code produced by the compiler or 5979 that of libraries supplied with it. 5962 5980 @end table 5963 5981 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.