diff options
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/MAINTAINERS | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f7af47a..7367187 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2001-05-10 Elena Zannoni <ezannoni@redhat.com> + * MAINTAINERS: Declare xcoffread.c open to all maintainers, + and make Kevin Buettner (kevinb@redhat.com) the reference person. + +2001-05-10 Elena Zannoni <ezannoni@redhat.com> + * proc-api.c (ioctl_with_trace): Fix uninitialized variable. 2001-05-10 Fernando Nasser <fnasser@redhat.com> diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 1cdaa0a..19b7e17 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -230,6 +230,8 @@ generic symtabs Jim Blandy jimb@cygnus.com stabs reader Jim Blandy jimb@cygnus.com Elena Zannoni ezannoni@cygnus.com coff reader Philippe De Muyter phdm@macqel.be + xcoff reader Any maintainer can modify this; please send tricky + ones to Kevin Buettner <kevinb@cygnus.com> linespec Jim Blandy jimb@cygnus.com Elena Zannoni ezannoni@cygnus.com Fernando Nasser fnasser@cygnus.com |