summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-03 03:23:50 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-03 03:23:50 +0000
commit46655fec2dfe02c6f4978e5ad6b0f5882e4e44e0 (patch)
tree4a7d5282436ad10464e687f7e0b1b2a250838ab3
parente669a5d44d3a4cf211bf1968990f4897700b1531 (diff)
downloadgdb-46655fec2dfe02c6f4978e5ad6b0f5882e4e44e0.tar.gz
Change convention to ``Fix PR gdb/NNNN''
-rw-r--r--gdb/CONTRIBUTE8
-rw-r--r--gdb/ChangeLog4
2 files changed, 10 insertions, 2 deletions
diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE
index f7f81c7c9f0..23de4aae5bf 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 c5cbd2de893..289770b1967 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2001-03-02 Andrew Cagney <ac131313@redhat.com>
+ * CONTRIBUTE: Update note on ``Fix PR gdb/4706'' convention.
+
+2001-03-02 Andrew Cagney <ac131313@redhat.com>
+
From 2001-03-01 Tom Rix <trix@redhat.com>:
* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
parameter to mn10200_analyze_prologue.