This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: Java FAQ


This is another of those minor issues we missed during the GCJ->GCC
integration, it seems.

Any objections?

Gerald

2003-05-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* faq.html: Remove (soon) obsolete "How can I report a bug in
	libgcj?" as well as "Is libgcj part of GCC?".

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.60
diff -u -3 -p -r1.60 faq.html
--- faq.html	30 Apr 2003 12:30:09 -0000	1.60
+++ faq.html	13 May 2003 12:41:16 -0000
@@ -11,9 +11,7 @@
         <li><a href="#1_0">General Questions</a>
           <ol>
             <li><a href="#1_1">What license is used for libgcj?</a></li>
-            <li><a href="#1_2">How can I report a bug in libgcj?</a></li>
             <li><a href="#1_3">How can I contribute to libgcj</a></li>
-            <li><a href="#1_4">Is libgcj part of GCC?</a></li>
             <li><a href="#1_5">Will gcj and libgcj work on my machine?</a></li>
             <li><a href="#1_6">How can I debug my Java program?</a></li>
             <li><a href="#1_7">Can I interface byte-compiled and native java code?</a></li>
@@ -99,17 +97,6 @@
       </dl>

       <hr />
-      <h3><a name="1_2">1.2 How can I report a bug in libgcj?</a></h3>
-      <dl>
-        <dd>
-          libgcj has a corresponding <a
-      href="http://gcc.gnu.org/cgi-bin/gnatsweb.pl?user=guest&amp;password=guest&amp;database=gcc&amp;cmd=login";>Gnats
-          bug database</a> which you can browse. You can also submit new bug reports
-          from the Gnats page.
-        </dd>
-      </dl>
-
-      <hr />
       <h3><a name="1_3">1.3 How can I contribute to libgcj?</a></h3>
       <dl>
         <dd>
@@ -117,15 +104,6 @@
           guidelines for submitting patches</a>. For more complex changes, you
           must sign copyright over to the Free Software Foundation. See the <a href="contrib.html">contribution</a>
           page for details.
-        </dd>
-      </dl>
-
-      <hr />
-      <h3><a name="1_4">1.4 Is libgcj part of GCC?</a></h3>
-      <dl>
-        <dd>
-          Yes, libgcj is now part of GCC. It can be downloaded,
-          configured and built as one single tree.
         </dd>
       </dl>


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