diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e4790f18fbdb..06380129d036 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-11-22 Jakub Jelinek + + PR target/37880 + * doc/invoke.texi: Adjust wording of -mcmodel=medium description. + 2008-11-21 Jakub Jelinek PR middle-end/38200 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5a81a0b452e4..6fabfd781a7b 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.