invoke.texi (MMIX Options): Say remainder consistently.
authorHans-Peter Nilsson <hp@bitrange.com>
Sat, 3 Nov 2001 23:45:02 +0000 (23:45 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sat, 3 Nov 2001 23:45:02 +0000 (23:45 +0000)
* doc/invoke.texi (MMIX Options) <-mno-knuthdiv>: Say remainder
consistently.
<-mno-toplevel-symbols>: Change @code{:} to @samp{:}.
<-melf>: Don't have markup for ELF acronym.

From-SVN: r46752

gcc/ChangeLog
gcc/doc/invoke.texi

index 16ac91c..6a73b32 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-04  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * doc/invoke.texi (MMIX Options) <-mno-knuthdiv>: Say remainder
+       consistently.
+       <-mno-toplevel-symbols>: Change @code{:} to @samp{:}.
+       <-melf>: Don't have markup for ELF acronym.
+
 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
 
        * config.gcc (mmix-*-*): New target.
index fa89750..b5e864e 100644 (file)
@@ -9673,16 +9673,16 @@ sign-extending ones.
 @itemx -mno-knuthdiv
 Make the result of a division yielding a remainder have the same sign as
 the divisor.  With the default, @option{-mno-knuthdiv}, the sign of the
-result follows the sign of the dividend.  Both methods are arithmetically
-valid, the latter being almost exclusively used.
+remainder follows the sign of the dividend.  Both methods are
+arithmetically valid, the latter being almost exclusively used.
 
 @item -mtoplevel-symbols
 @itemx -mno-toplevel-symbols
-Prepend (do not prepend) a @code{:} to all global symbols, so the assembly
+Prepend (do not prepend) a @samp{:} to all global symbols, so the assembly
 code can be used with the @code{PREFIX} assembly directive.
 
 @item -melf
-Generate an executable in the @samp{ELF} format, rather than the default
+Generate an executable in the ELF format, rather than the default
 @samp{mmo} format used by the @command{mmix} simulator.
 @end table