diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-28 00:22:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-28 00:22:03 +0000 |
commit | 8860ff2e51fe8f1cea0d2fed4af876d86eb96e4a (patch) | |
tree | d26e74c778da04bd05e023710c2d02654dc58f54 /mmalloc | |
parent | d1bcade6ba573fe30ebc48d71cbc53e4085a9502 (diff) | |
download | fsf-binutils-gdb-8860ff2e51fe8f1cea0d2fed4af876d86eb96e4a.zip fsf-binutils-gdb-8860ff2e51fe8f1cea0d2fed4af876d86eb96e4a.tar.gz fsf-binutils-gdb-8860ff2e51fe8f1cea0d2fed4af876d86eb96e4a.tar.bz2 |
Add MAINTAINERS file to mmalloc directory - part of GDB and maintained
by GDB's Host maintainers.
Diffstat (limited to 'mmalloc')
-rw-r--r-- | mmalloc/ChangeLog | 4 | ||||
-rw-r--r-- | mmalloc/MAINTAINERS | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/mmalloc/ChangeLog b/mmalloc/ChangeLog index 2250a69..7a73a95 100644 --- a/mmalloc/ChangeLog +++ b/mmalloc/ChangeLog @@ -1,3 +1,7 @@ +Mon Feb 28 10:33:51 2000 Andrew Cagney <cagney@b1.cygnus.com> + + * MAINTAINERS: New file. + 2000-02-18 Frank Ch. Eigler <fche@redhat.com> From Jason "crash" Molenda <jsm@cygnus.com>: diff --git a/mmalloc/MAINTAINERS b/mmalloc/MAINTAINERS new file mode 100644 index 0000000..0904867 --- /dev/null +++ b/mmalloc/MAINTAINERS @@ -0,0 +1,5 @@ +The mmalloc directory is maintained by the GDB group's Host +maintainers. + +This code is in a maintain-only phase - only configury patches fixing +host compile problems are generally accepted. |