diff options
author | Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | 1998-02-27 02:30:29 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 1998-02-27 02:30:29 +0000 |
commit | bd762873cd42996a919c89cb7c5150dc0edd4ca0 (patch) | |
tree | 53256d6692353eb7f14c9c6e25b7fa4c252f0ff4 | |
parent | 93cdc044ea92e59e6759e591079f544c7063c117 (diff) | |
download | gcc-bd762873cd42996a919c89cb7c5150dc0edd4ca0.zip gcc-bd762873cd42996a919c89cb7c5150dc0edd4ca0.tar.gz gcc-bd762873cd42996a919c89cb7c5150dc0edd4ca0.tar.bz2 |
* invoke.texi: Use @itemx for a secondary item in a @table.
From-SVN: r18281
-rw-r--r-- | gcc/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/invoke.texi | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e4a4f98..5ca774c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Fri Feb 27 11:02:47 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> + * invoke.texi: Use @itemx for a secondary item in a @table. + * config/m68k/m68k.md (movsf+1): Optimize moving a CONST_DOUBLE zero. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 44292d6..d13f5bc 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -1091,7 +1091,7 @@ Enable automatic template instantiation. This option also implies information. @item -fsquangle -@item -fno-squangle +@itemx -fno-squangle @samp{-fsquangle} will enable a compressed form of name mangling for identifiers. In particular, it helps to shorten very long names by recognizing types and class names which occur more than once, replacing them with special @@ -5237,7 +5237,7 @@ far away, the compiler will always load the functions address up into a register, and call indirect through the pointer. @item -mno-ep -@item -mep +@itemx -mep Do not optimize (do optimize) basic blocks that use the same index pointer 4 or more times to copy pointer into the @code{ep} register, and use the shorter @code{sld} and @code{sst} instructions. The @samp{-mep} |