aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-02-23 22:09:30 +0000
committerAndrew Cagney <cagney@redhat.com>2001-02-23 22:09:30 +0000
commit17fceda3ae9e21f8d6abc89407528fa314c2bdc8 (patch)
treef4b4d7b6194bb9a3b3968261d380a7579ec61a7f
parentb8e0eda2470ffe8876c68b8fb9bd5265dcb8cf1b (diff)
downloadgdb-17fceda3ae9e21f8d6abc89407528fa314c2bdc8.zip
gdb-17fceda3ae9e21f8d6abc89407528fa314c2bdc8.tar.gz
gdb-17fceda3ae9e21f8d6abc89407528fa314c2bdc8.tar.bz2
Mention gdbarch.sh and to not submit gdbarch.[ch].
-rw-r--r--gdb/CONTRIBUTE7
-rw-r--r--gdb/ChangeLog6
2 files changed, 13 insertions, 0 deletions
diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE
index 4f02ddf..91e3634 100644
--- a/gdb/CONTRIBUTE
+++ b/gdb/CONTRIBUTE
@@ -151,3 +151,10 @@ o If ``gdb/configure.in'' is modified then you don't
The maintainer will re-generate those files
using autoconf (2.13 as of 2000-02-29).
+
+
+o If ``gdb/gdbarch.sh'' is modified, you don't
+ need to include patches to the generated files
+ ``gdbarch.h'' and ``gdbarch.c''.
+
+ See ``gdb/configure.in'' above.
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7e3a732..ff24823 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-23 Andrew Cagney <ac131313@redhat.com>
+
+ * CONTRIBUTE: Mention that patches do not need to include the
+ generated files gdbarch.h and gdbarch.c.
+
+
2001-02-21 Andrew Cagney <ac131313@redhat.com>
* value.h (get_saved_register): Move from here.