On Sun, Jul 22, 2007 at 11:46:59PM +0200, Gerald Pfeifer wrote: > On Thu, 5 Jul 2007, Tom Tromey wrote: > > In this case the library has to follow the external project policy: > > > > http://gcc.gnu.org/ml/gcc/2006-03/msg00558.html > > > > It at least needs an entry on the "coding conventions" page. > > Good point. HJ, would you mind updating our coding conventions page > (http://gcc.gnu.org/codingconventions.html) accordingly? >
Here is a patch. We are working on an external libbid open source website. I will update it when it is up and running. H.J. ----- Index: codingconventions.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/codingconventions.html,v retrieving revision 1.50 diff -u -p -r1.50 codingconventions.html --- codingconventions.html 31 Jan 2007 23:30:11 -0000 1.50 +++ codingconventions.html 23 Jul 2007 14:12:49 -0000 @@ -508,6 +508,15 @@ of the files in 17_intro are either copi FSF website, or are autogenerated. These files should not be changed without prior permission, if at all.</li> +<li>libgcc/config/libbid: The master sources from Intel BID library +<a href="http://www3.intel.com/cd/software/products/asmo-na/eng/219861.htm">Intel BID library</a>. +Bugs should be reported to +<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> +and +<a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>. +Changes to libbid outside the build system are discouraged, and should be +sent upstream first. </li> + </ul> </body>