This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Add fixed-point to svn.html


Hello,

  I just created a branch "fixed-point" for the fixed-point 
arithmetic project.  Right now the branch is just the copy of 
the trunk.  Will start to post and check in patches to this branch.

  Here is the patch to svn.html.  Is it ok to check in?

  Thanks!

Regards,
Chao-ying

Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.38
diff -c -3 -p -r1.38 svn.html
*** svn.html    21 Sep 2006 14:17:36 -0000      1.38
--- svn.html    31 Oct 2006 22:08:34 -0000
*************** list therefore provides only some repres
*** 457,462 ****
--- 457,472 ----
    &lt;<a href="mailto:bkoz@redhat.com";>bkoz@redhat.com</a>&gt; are
    maintaining this branch.</dd>

+   <dt>fixed-point</dt>
+   <dd>This branch contains the implementation of fixed-point arithmetic support
+   (<a href="http://gcc.gnu.org/wiki/FixedPointArithmetic";>
+   http://gcc.gnu.org/wiki/FixedPointArithmetic</a>).
+   This branch is maintained by Chao-ying Fu
+   &lt;<a href="mailto:fu@mips.com";>fu@mips.com</a>&gt;
+   and will be routinely merged
+   with mainline.  Patches and discussion on this branch should be marked with
+   the tag <code>[fixed-point]</code> in the subject line.</dd>
+
  </dl>

  <h3><a name="distrobranches">Distribution Branches</a></h3>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]