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]

Correction to EGCS FAQ: Problems debugging EGCS


The EGCS FAQ talks about gdb 4.17 being in beta: this isn't true any longer
and fixed by the following patch.

While changing this entry, I noticed that in many cases software versions
are written as

	<prog>-<version>

While this is the name of the toplevel directory of GNU distributions, the
software proper should be called

	<prog> <version>

without a dash.  Comments?

Tue Dec 29 12:20:05 1998  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>

	* faq.html (gdb): gdb 4.17 is already released.

Index: faq.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/faq.html,v
retrieving revision 1.85
diff -u -p -r1.85 faq.html
--- faq.html	1998/12/16 10:33:38	1.85
+++ faq.html	1998/12/29 18:07:49
@@ -762,10 +762,10 @@ website as PTF U453956.  This fix is inc
 <hr>
 <h2><a name="gdb">Problems debugging EGCS code</a></h2>
 <p>On some systems EGCS will produce dwarf debug records by default; however
-the current gdb-4.16 release may not be able to read such debug records.
+the gdb-4.16 release may not be able to read such debug records.
 
 <p>You can either use the argument "-gstabs" instead of "-g" or pick up
-the current beta copy of gdb-4.17 to work around the problem.
+the copy of gdb-4.17 to work around the problem.
 
 <hr>
 <h2><a name="conflicts">Conflicts when using cvs update</a></h2>

-----------------------------------------------------------------------------
Rainer Orth, Technical Faculty, University of Bielefeld

Internet: ro@TechFak.Uni-Bielefeld.DE



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