diff options
author | Michael Chastain <mec@google.com> | 2003-09-22 23:06:16 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-09-22 23:06:16 +0000 |
commit | 592e30103586ae9684ee82413272543c81317b08 (patch) | |
tree | 98c98d6ef605e7b611bac699138231f0530d50ca /gdb | |
parent | 365c70b126a35ce512fb82daf89c99849f8f1e8f (diff) | |
download | gdb-592e30103586ae9684ee82413272543c81317b08.zip gdb-592e30103586ae9684ee82413272543c81317b08.tar.gz gdb-592e30103586ae9684ee82413272543c81317b08.tar.bz2 |
2003-09-22 Michael Chastain <mec@shout.net>
* MAINTAINERS: Rename gdb.c++ to gdb.cp.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b2cded9..c2d9797 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-09-22 Michael Chastain <mec@shout.net> + + * MAINTAINERS: Rename gdb.c++ to gdb.cp. + 2003-09-22 Jeff Johnston <jjohnstn@redhat.com> * top.c (quit_force): Fix indirect call to quit_target so diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index d47dbbc..d047884 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -254,7 +254,7 @@ testsuite (Global Maintainers) lib Fernando Nasser fnasser@redhat.com Mark Salter msalter@redhat.com gdbtk (gdb.gdbtk) Keith Seitz keiths@redhat.com - c++ (gdb.c++) Michael Chastain mec@shout.net + c++ (gdb.cp) Michael Chastain mec@shout.net David Carlton carlton@kealia.com mi tests (gdb.mi) Elena Zannoni ezannoni@redhat.com Andrew Cagney cagney@redhat.com |