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]

[PATCH] wwwdocs, Add function-specific branch


I'm not sure whether we want to keep the function-specific-branch around if the
changes are in, but I did add the function-specific branch to svn.html in
wwwdocs/htdocs:

*** svn.html.~1.85.~	2008-06-06 13:41:27.000000000 -0400
--- svn.html	2008-06-12 10:21:19.525424000 -0400
*************** list therefore provides only some repres
*** 402,407 ****
--- 402,415 ----
    Patches should be marked with the tag <code>[mem-ref]</code> in the
    subject line.</dd>
  
+   <dt>function-specific-branch</dt>
+   <dd>This branch is for development of adding function specific options to
+   GCC.  See the GCC
+   <a href="http://gcc.gnu.org/wiki/FunctionSpecificOpt";>wiki</a> for a more
+   detailed project description.  Patches should be marked with the tag
+   <code>[function-specific]</code> in the subject line.
+   The branch is maintained by Michael Meissner.</dd>
+ 
  </dl>
  
  <h4>Architecture-specific</h4>

-- 
Michael Meissner, AMD
90 Central Street, MS 83-29, Boxborough, MA, 01719, USA
michael.meissner@amd.com


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