diff options
Diffstat (limited to 'gas/doc/c-ppc.texi')
-rw-r--r-- | gas/doc/c-ppc.texi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gas/doc/c-ppc.texi b/gas/doc/c-ppc.texi index fabc594..0a7278e 100644 --- a/gas/doc/c-ppc.texi +++ b/gas/doc/c-ppc.texi @@ -193,12 +193,6 @@ Generate code for a little endian machine. @item -mbig, -mbig-endian, -be Generate code for a big endian machine. -@item -msolaris -Generate code for Solaris. - -@item -mno-solaris -Do not generate code for Solaris. - @item -nops=@var{count} If an alignment directive inserts more than @var{count} nops, put a branch at the beginning to skip execution of the nops. @@ -242,11 +236,6 @@ line is treated as a comment, but in this case the line could also be a logical line number directive (@pxref{Comments}) or a preprocessor control command (@pxref{Preprocessing}). -If the assembler has been configured for the ppc-*-solaris* target -then the @samp{!} character also acts as a line comment character. -This can be disabled via the @option{-mno-solaris} command-line -option. - @cindex line separator, PowerPC @cindex statement separator, PowerPC @cindex PowerPC line separator |