From: Andrew Cagney Date: Sat, 3 Mar 2001 03:23:50 +0000 (+0000) Subject: Change convention to ``Fix PR gdb/NNNN'' X-Git-Tag: jimb_gnu_v3_branchpoint~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9fa2e73d96e78d47b69e5c16adf6f495c411c66;p=external%2Fbinutils.git Change convention to ``Fix PR gdb/NNNN'' --- diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE index f7f81c7..23de4aa 100644 --- a/gdb/CONTRIBUTE +++ b/gdb/CONTRIBUTE @@ -165,5 +165,9 @@ o When submitting a patch that fixes a bug to the bug can be included in the ChangeLog vis - * CONTRIBUTE: Mention PR convention. Fix - gdb/4705. + * CONTRIBUTE: Mention PR convention. + Fix PR gdb/4705. + + The text ``PR gdb/4705'' should also be included + in the CVS commit message. That causes the + patch to automatically be archived with the PR. diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c5cbd2d..289770b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2001-03-02 Andrew Cagney + * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention. + +2001-03-02 Andrew Cagney + From 2001-03-01 Tom Rix : * mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc'' parameter to mn10200_analyze_prologue.