summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-03 23:45:02 +0000
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>2001-11-03 23:45:02 +0000
commitb77a0a9c98561474df3ba328ba13d4f97365b91c (patch)
treecf42383de03f6b59149ec6b34c9b0a4aa71b39a4
parent283f765c564efc1bbe62ee093fa862afaef2f05b (diff)
downloadppe42-gcc-b77a0a9c98561474df3ba328ba13d4f97365b91c.tar.gz
ppe42-gcc-b77a0a9c98561474df3ba328ba13d4f97365b91c.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46752 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog7
-rw-r--r--gcc/doc/invoke.texi8
2 files changed, 11 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 16ac91cceea..6a73b326673 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index fa897506a9c..b5e864e61dc 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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
OpenPOWER on IntegriCloud