Commit 3b139014 by Jakub Jelinek Committed by Jakub Jelinek

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
parent e1456843
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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment