RISC-V: Use "@minus{}2 GB" instead of "-2 GB" in invoke.texi
authorPalmer Dabbelt <palmer@dabbelt.com>
Wed, 1 Nov 2017 23:18:52 +0000 (23:18 +0000)
committerPalmer Dabbelt <palmer@gcc.gnu.org>
Wed, 1 Nov 2017 23:18:52 +0000 (23:18 +0000)
gcc/ChangeLog

2017-11-01  Palmer Dabbelt  <palmer@dabbelt.com>

* doc/invoke.texi (RISC-V Options): Use "@minus{}2 GB", not "-2 GB".

From-SVN: r254331

gcc/ChangeLog
gcc/doc/invoke.texi

index d91f77058b671f95c0a77b6ca4dce47aa21cde55..40267c3f398ca289b60c3fea9b06a5fd5e97722a 100644 (file)
@@ -1,3 +1,7 @@
+2017-11-01  Palmer Dabbelt  <palmer@dabbelt.com>
+
+       * doc/invoke.texi (RISC-V Options): Use "@minus{}2 GB", not "-2 GB".
+
 2017-11-01  Jeff Law  <law@redhat.com>
 
        * tree-ssa-ccp.c (ccp_folder): New class derived from
index 8903afaeeffce5cd9df764afbe0c5449335bff70..1533a129c25a4fae3e5b70bb39d6e35b0e8fefce 100644 (file)
@@ -21769,8 +21769,8 @@ Do not generate unaligned memory accesses.
 @opindex mcmodel=medlow
 Generate code for the medium-low code model. The program and its statically
 defined symbols must lie within a single 2 GiB address range and must lie
-between absolute addresses -2 GiB and +2 GiB. Programs can be statically or
-dynamically linked. This is the default code model.
+between absolute addresses @minus{}2 GiB and +2 GiB. Programs can be
+statically or dynamically linked. This is the default code model.
 
 @item -mcmodel=medany
 @opindex mcmodel=medany