OSDN Git Service

PR target/37880
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Nov 2008 08:21:04 +0000 (08:21 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Nov 2008 08:21:04 +0000 (08:21 +0000)
* doc/invoke.texi: Adjust wording of -mcmodel=medium description.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142112 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index e4790f1..0638012 100644 (file)
@@ -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
index 5a81a0b..6fabfd7 100644 (file)
@@ -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.