aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-11-01 23:18:52 +0000
committerPalmer Dabbelt <palmer@gcc.gnu.org>2017-11-01 23:18:52 +0000
commit42fc5a70c3d203c85dd09a40e53b3da24faf78e6 (patch)
tree2ebc791ac97c37197dd42e188bbf30366024cce7 /gcc/doc
parente10a635c274f90cc2241394b1d17e291adcbf153 (diff)
downloadgcc-42fc5a70c3d203c85dd09a40e53b3da24faf78e6.zip
gcc-42fc5a70c3d203c85dd09a40e53b3da24faf78e6.tar.gz
gcc-42fc5a70c3d203c85dd09a40e53b3da24faf78e6.tar.bz2
RISC-V: Use "@minus{}2 GB" instead of "-2 GB" in invoke.texi
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 8903afa..1533a12 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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