This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH][www] Remove libgcc-math section
- From: Richard Guenther <rguenther at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 23 May 2006 11:19:38 +0200 (CEST)
- Subject: [PATCH][www] Remove libgcc-math section
I have installed the following as obvious.
Richard.
2006-05-23 Richard Guenther <rguenther@suse.de>
* codingconventions.html: Remove libgcc-math section.
Index: codingconventions.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v
retrieving revision 1.45
diff -u -r1.45 codingconventions.html
--- codingconventions.html 18 Apr 2006 20:55:53 -0000 1.45
+++ codingconventions.html 23 May 2006 09:18:30 -0000
@@ -498,12 +498,6 @@
FSF website, or are autogenerated. These files should not be changed
without prior permission, if at all.</li>
-<li>libgcc-math: The implementations of the IEEE754 conforming floating point
-library routines in <code>libgcc-math/flt-32</code> and
-<code>libgcc-math/dbl-64</code> are imported from glibc
-<code>sysdeps/ieee754</code>. Modifications should be restricted to ones that
-address issues with the build environment.</li>
-
</ul>
</body>