* snapshots.readme: Clarify bison/byacc/yacc notes.
authorFred Fish <fnf@specifix.com>
Tue, 4 May 1993 00:08:41 +0000 (00:08 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 4 May 1993 00:08:41 +0000 (00:08 +0000)
gdb/doc/ChangeLog
gdb/doc/snapshots.readme

index b9dc3b886e9c80fc5e34e8f5c07fa382d5aa34d3..7fa0cb6a5f87018e4690e48db6dd8e8544544e28 100644 (file)
@@ -1,3 +1,7 @@
+Mon May  3 17:06:45 1993  Fred Fish  (fnf@cygnus.com)
+
+       * snapshots.readme:  Clarify bison/byacc/yacc notes.
+
 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
 
        * stabs.texinfo: Many changes to include information from the
index 27c0ed94ae2a80ce596d25ef4d95483d671be636..c58c3a7cd5138c1d242e7784583eab96002fd430 100644 (file)
@@ -1,6 +1,6 @@
                         GDB SNAPSHOT SYSTEM
                            (general info)
-                           Updated 5/2/93
+                           Updated 5/3/93
 
 WHAT ARE GDB SNAPSHOTS
 
@@ -152,6 +152,8 @@ Here are some simple guidelines for submitting patches:
 
 BISON and BYACC
 
+GDB's language parsers are all portable, and can be compiled with bison,
+byacc, traditional Unix yacc, or other compatible parser generators.
 For various reasons, Cygnus uses byacc rather than bison by default.  When
 a general gdb distribution is made, this default is switched back to bison.
 The snapshots follow the Cygnus default.  Your options, if you do not already
@@ -164,7 +166,7 @@ have byacc installed, include:
                    else echo byacc ; \                         <== change
                fi`
 
-       to replace byacc with yacc.
+       to replace "byacc" with either "yacc" or "bison -y".
 
     o  Fetch the byacc snapshot from the same location as the gdb snapshots
        and install byacc.
This page took 0.031096 seconds and 4 git commands to generate.