? www_4_8_sh_changes_4.patch
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.88
@@ -671,10 +671,10 @@
<li>Added support for the built-in functions
<code>__builtin_thread_pointer</code> and
<code>__builtin_set_thread_pointer</code>. This assumes that
- <code>GBR</code> is used to hold the thread pointer of the current thread,
- which has been the case for a while already. Memory loads and stores
- relative to the address returned by <code>__builtin_thread_pointer</code>
- will now also utilize <code>GBR</code> based displacement address modes.
+ <code>GBR</code> is used to hold the thread pointer of the current thread.
+ Memory loads and stores relative to the address returned by
+ <code>__builtin_thread_pointer</code> will now also utilize <code>GBR</code>
+ based displacement address modes.
</li>
</ul>