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
This commit is contained in:
Jakub Jelinek 2008-11-22 09:21:04 +01:00 committed by Jakub Jelinek
parent e14568432a
commit 3b13901446
2 changed files with 6 additions and 1 deletions

View 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

View 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.