mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* snapshots.readme: Clarify bison/byacc/yacc notes.
This commit is contained in:
@ -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)
|
Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
* stabs.texinfo: Many changes to include information from the
|
* stabs.texinfo: Many changes to include information from the
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
GDB SNAPSHOT SYSTEM
|
GDB SNAPSHOT SYSTEM
|
||||||
(general info)
|
(general info)
|
||||||
Updated 5/2/93
|
Updated 5/3/93
|
||||||
|
|
||||||
WHAT ARE GDB SNAPSHOTS
|
WHAT ARE GDB SNAPSHOTS
|
||||||
|
|
||||||
@ -152,6 +152,8 @@ Here are some simple guidelines for submitting patches:
|
|||||||
|
|
||||||
BISON and BYACC
|
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
|
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.
|
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
|
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
|
else echo byacc ; \ <== change
|
||||||
fi`
|
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
|
o Fetch the byacc snapshot from the same location as the gdb snapshots
|
||||||
and install byacc.
|
and install byacc.
|
||||||
|
Reference in New Issue
Block a user