aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-11-22 09:21:04 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2008-11-22 09:21:04 +0100
commit3b13901446c8019b68e5de6406bc7d3d3ce69a3e (patch)
treed8bed68ea33d27aa403668432498e2535a09f11e /gcc
parente14568432a5df8754c845e247935fcbabd97612e (diff)
downloadgcc-3b13901446c8019b68e5de6406bc7d3d3ce69a3e.zip
gcc-3b13901446c8019b68e5de6406bc7d3d3ce69a3e.tar.gz
gcc-3b13901446c8019b68e5de6406bc7d3d3ce69a3e.tar.bz2
re PR target/37880 (Documentation of option -mcmodel=medium is wrong)
PR target/37880 * doc/invoke.texi: Adjust wording of -mcmodel=medium description. From-SVN: r142112
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e4790f1..0638012 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-22 Jakub Jelinek <jakub@redhat.com>
+
+ PR target/37880
+ * doc/invoke.texi: Adjust wording of -mcmodel=medium description.
+
2008-11-21 Jakub Jelinek <jakub@redhat.com>
PR middle-end/38200
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 5a81a0b..6fabfd7 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -11293,7 +11293,7 @@ This model has to be used for Linux kernel code.
@item -mcmodel=medium
@opindex mcmodel=medium
Generate code for the medium model: The program is linked in the lower 2
-GB of the address space and symbols with small size as well. Symbols
+GB of the address space. Small symbols are also placed there. Symbols
with sizes larger than @option{-mlarge-data-threshold} are put into
large data or bss sections and can be located above 2GB. Programs can
be statically or dynamically linked.