After commiting the last SH changes updates for 4.8 I was kindly
informed that the br tags were left open. I've committed the attached
fix as obvious.
Cheers,
Oleg
? www_4_8_sh_changes_2_close_br.patch
Index: htdocs/gcc-4.8/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.36
diff -u -r1.36 changes.html
--- htdocs/gcc-4.8/changes.html 5 Oct 2012 19:21:00 -0000 1.36
+++ htdocs/gcc-4.8/changes.html 5 Oct 2012 19:28:48 -0000
@@ -259,25 +259,25 @@
model for the generated atomic sequences. The following models are
supported:
<ul>
- <li><code>soft-gusa</code><br>
+ <li><code>soft-gusa</code><br/>
Software gUSA sequences (SH3* and SH4* only). On SH4A targets this
will now also partially utilize the <code>movco.l</code> and
<code>movli.l</code> instructions. This is the default when the target
is <code>sh3*-*-linux*</code> or <code>sh4*-*-linux*</code>.</li>
- <li><code>hard-llcs</code><br>
+ <li><code>hard-llcs</code><br/>
Hardware <code>movco.l</code> / <code>movli.l</code> sequences
(SH4A only).</li>
- <li><code>soft-tcb</code><br>
+ <li><code>soft-tcb</code><br/>
Software thread control block sequences.</li>
- <li><code>soft-imask</code><br>
+ <li><code>soft-imask</code><br/>
Software interrupt flipping sequences (privileged mode only). This is
the default when the target is <code>sh1*-*-linux*</code> or
<code>sh2*-*-linux*</code>.</li>
- <li><code>none</code><br>
+ <li><code>none</code><br/>
Generates function calls to the respective <code>__atomic</code>
built-in functions. This is the default for SH64 targets or when the
target is not <code>sh*-*-linux*</code>.</li>