diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-08 22:37:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-08 22:37:35 +0000 |
commit | 495ab8cd62654df2a6038f421cc1908ef0772715 (patch) | |
tree | cf206e3325d67e85db3a9c0e1a47a204223773c2 | |
parent | 52515f944c7e36b05dca6060f30816ab7f803b59 (diff) | |
download | gdb-495ab8cd62654df2a6038f421cc1908ef0772715.tar.gz |
2005-02-08 Andrew Cagney <cagney@gnu.org>
* MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the
gdb/ section. Update GDB's URL.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | MAINTAINERS | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index b6b22646650..a34c9e6a127 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-08 Andrew Cagney <cagney@gnu.org> + + * MAINTAINERS: Delete reference to dejagnu/ and mmalloc/ from the + gdb/ section. Update GDB's URL. + 2005-01-31 Andrew Cagney <cagney@gnu.org> * gettext.m4: Only set ENABLE_NLS when gettext is present. diff --git a/MAINTAINERS b/MAINTAINERS index 1b54419ea65..f142edc05e1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -39,10 +39,10 @@ dejagnu/ depcomp Send bug reports and patches to bug-automake@gnu.org. -gdb/; mmalloc/; readline/; sim/; GDB's part of include/ & dejagnu/ - gdb: http://sources.redhat.com/gdb/ +gdb/; readline/; sim/; GDB's part of include/ + GDB: http://www.gnu.org/software/gdb/ Patches to gdb-patches@sources.redhat.com. - See also gdb/MAINTAINERS, sim/MAINTAINERS, mmalloc/MAINTAINERS. + See also gdb/MAINTAINERS and sim/MAINTAINERS. include/ See binutils/, gdb/, sid/, gcc/, libiberty/ etc. |