diff options
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/snapshots.readme | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 292f223..3e305a0 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +Mon Jun 21 12:31:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * snapshots.readme: Tell people to always report missing files. + Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * stabs.texinfo: Document common blocks. diff --git a/gdb/doc/snapshots.readme b/gdb/doc/snapshots.readme index 17c74ad..9176cd0 100644 --- a/gdb/doc/snapshots.readme +++ b/gdb/doc/snapshots.readme @@ -161,10 +161,14 @@ on *any* machine. It is likely that such bugs will be fixed by the next snapshot, so it really isn't necessary to report them unless they persist for a couple days. -Bugs which are non-obvious, such as failure to compile on only a specific -machine, a new machine dependent bug (particularly one not detected by the -testsuite), missing machine dependent files, etc should be reported when -you discover them, or have a suggested patch to fix them. +Missing files should always be reported, since they usually mean there +is a problem with the snapshot-generating process and we won't know +about them unless someone tells us. + +Bugs which are non-obvious, such as failure to compile on only a +specific machine, a new machine dependent or obscure bug (particularly +one not detected by the testsuite), etc should be reported when you +discover them, or have a suggested patch to fix them. FORMAT FOR PATCHES |