+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
GDB SNAPSHOT SYSTEM
(general info)
- Updated 5/2/93
+ Updated 5/3/93
WHAT ARE GDB SNAPSHOTS
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
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.