diff options
author | Daniel Jacobowitz <drow@false.org> | 2007-01-04 20:28:38 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2007-01-04 20:28:38 +0000 |
commit | c941839d7531be17c6ebe39d7fce4a4562594b66 (patch) | |
tree | 45d75d9d1c66a04865967540fb197dc2a2db186b | |
parent | 303b6f5dea757484ac8074bee1b4d5f7c897a997 (diff) | |
download | gdb-c941839d7531be17c6ebe39d7fce4a4562594b66.zip gdb-c941839d7531be17c6ebe39d7fce4a4562594b66.tar.gz gdb-c941839d7531be17c6ebe39d7fce4a4562594b66.tar.bz2 |
* CONTRIBUTE: Use sourceware.org.
-rw-r--r-- | gdb/CONTRIBUTE | 2 | ||||
-rw-r--r-- | gdb/ChangeLog | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/CONTRIBUTE b/gdb/CONTRIBUTE index 96c943c..f1f3cb0 100644 --- a/gdb/CONTRIBUTE +++ b/gdb/CONTRIBUTE @@ -79,7 +79,7 @@ o Submitting Patches or as uuencoded gzipped text. When you have all these pieces, bundle them up in a mail - message and send it to gdb-patches@sources.redhat.com. All + message and send it to gdb-patches@sourceware.org. All patches and related discussion should be sent to the gdb-patches mailinglist. For further information on the GDB CVS repository, see the Anonymous read-only CVS access and diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 029330a..271d0c3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> + * CONTRIBUTE: Use sourceware.org. + +2007-01-04 Daniel Jacobowitz <dan@codesourcery.com> + * buildsym.c (start_subfile): Handle producer. (record_producer): New function. * buildsym.h (struct subfile): Include producer. |