From 2126d5fbda45067caf2bf7fb287f0038e5f21da4 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 23 Feb 2001 22:20:38 +0000 Subject: [PATCH] Mention how to cite GDB problem reports. --- gdb/CONTRIBUTE | 9 +++++++++ gdb/ChangeLog | 4 +++- gdb/TODO | 5 +++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE index 91e3634d4f..f7f81c7c9f 100644 --- a/gdb/CONTRIBUTE +++ b/gdb/CONTRIBUTE @@ -158,3 +158,12 @@ o If ``gdb/gdbarch.sh'' is modified, you don't ``gdbarch.h'' and ``gdbarch.c''. See ``gdb/configure.in'' above. + + +o When submitting a patch that fixes a bug + in GDB's bug database a brief reference + to the bug can be included in the ChangeLog + vis + + * CONTRIBUTE: Mention PR convention. Fix + gdb/4705. diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ff24823757..c82f452bd0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,9 +1,11 @@ 2001-02-23 Andrew Cagney + * CONTRIBUTE: Document how to cite a problem report. + * TODO: Note need to replace CONTRIBUTE with generated file. + * CONTRIBUTE: Mention that patches do not need to include the generated files gdbarch.h and gdbarch.c. - 2001-02-21 Andrew Cagney * value.h (get_saved_register): Move from here. diff --git a/gdb/TODO b/gdb/TODO index cebae792fc..5019d318a6 100644 --- a/gdb/TODO +++ b/gdb/TODO @@ -517,6 +517,11 @@ Extreme care is recommeded - perhaps only modify tests that are exercised by the testsuite (as determined using some type of code coverage analysis). +-- + +Replace the file gdb/CONTRIBUTE with a file that is generated from the +gdb/doc/*.texinfo directory. + -- New Features and Fixes -- 2.34.1