diff options
-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. |