gildea@BBN.COM (Stephen Gildea) (07/25/89)
The second paragraph of README in the GDB 3.2 distribution seems to
have several errors:
Before compiling GDB, you must set up links to five files according to
the kind of machine you are running on. To do this, type `config.gdb
machine', where machine is something like `vax' or `sun2'. This
creates links named `param.h', `opcode.h', `pinsn.c', and `infdep.c'.
First, there are only four files, not five as the first line states.
Second, the fourth file is called "dep.c" not "infdep.c".
< Stephen