diff options
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c6068d8..81116df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2003-05-13 Ian Lance Taylor <ian@airs.com> + * MAINTAINERS (write after approval): Add myself. + * ser-pipe.c (_initialize_ser_pipe): Correct call to memset--swap second and third arguments. * ser-tcp.c (_initialize_ser_tcp): Likewise. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 15a0ea8..9649b78 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -383,6 +383,7 @@ Stephen P. Smith ischis2@cox.net Jackie Smith Cashion jsmith@redhat.com Michael Snyder msnyder@redhat.com Petr Sorfa petrs@caldera.com +Ian Lance Taylor ian@airs.com Gary Thomas gthomas@redhat.com Jason Thorpe thorpej@wasabisystems.com Tom Tromey tromey@redhat.com |