This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Add fixed-point to svn.html
- From: "Fu, Chao-Ying" <fu at mips dot com>
- To: <gcc-patches at gcc dot gnu dot org>
- Cc: "Thekkath, Radhika" <radhika at mips dot com>, "Stephens, Nigel" <nigel at mips dot com>
- Date: Tue, 31 Oct 2006 14:16:47 -0800
- Subject: [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 ----
<<a href="mailto:bkoz@redhat.com">bkoz@redhat.com</a>> 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
+ <<a href="mailto:fu@mips.com">fu@mips.com</a>>
+ 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>