mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
Add MAINTAINERS file to mmalloc directory - part of GDB and maintained
by GDB's Host maintainers.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Feb 28 10:58:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||||
|
|
||||||
|
* MAINTAINERS: Mention mmalloc. Expand Host/Native and
|
||||||
|
Target/Architecture maintainers descriptions.
|
||||||
|
|
||||||
2000-02-26 Mark Kettenis <kettenis@gnu.org>
|
2000-02-26 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* gnu-nat.c: Include "gdbthread.h". Include <hurd.h>.
|
* gnu-nat.c: Include "gdbthread.h". Include <hurd.h>.
|
||||||
|
@ -21,8 +21,11 @@ available to step in if the first maintainer is to be absent for any
|
|||||||
reason.
|
reason.
|
||||||
|
|
||||||
|
|
||||||
Target/Architecture: Generic ISA - Instruction Set Architecture -
|
Target/Architecture:
|
||||||
issues. API variants, CPU variants. *-tdep.c.
|
|
||||||
|
Generic ISA (Instruction Set Architecture) issues, API variants, CPU
|
||||||
|
variants. *-tdep.c. The Target/Architecture maintainer works with the
|
||||||
|
host maintainer when resolving build issues.
|
||||||
|
|
||||||
d10v target Andrew Cagney cagney@cygnus.com
|
d10v target Andrew Cagney cagney@cygnus.com
|
||||||
d30v target Andrew Cagney cagney@cygnus.com
|
d30v target Andrew Cagney cagney@cygnus.com
|
||||||
@ -37,10 +40,15 @@ m32r target Michael Snyder msnyder@cygnus.com
|
|||||||
IA-64 target Kevin Buettner kevinb@cygnus.com
|
IA-64 target Kevin Buettner kevinb@cygnus.com
|
||||||
|
|
||||||
|
|
||||||
Host/Native: Target specific native support - typically shared
|
Host/Native:
|
||||||
libraries and quirks to procfs/ptrace/... A native maintainer works
|
|
||||||
with the arch and core maintainer when resolving more generic
|
The Native maintainer is responsible for target specific
|
||||||
problems.
|
native support - typically shared libraries and quirks to
|
||||||
|
procfs/ptrace/... The Native maintainer works with the Arch and Core
|
||||||
|
maintainers when resolving more generic problems.
|
||||||
|
|
||||||
|
The host maintainer ensures that gdb (including mmalloc) can be built
|
||||||
|
as a cross debugger on their platform.
|
||||||
|
|
||||||
hp testsuite (gdb.hp) Jimmy Guo adl-debugger-wdb-merge-guru@cup.hp.com
|
hp testsuite (gdb.hp) Jimmy Guo adl-debugger-wdb-merge-guru@cup.hp.com
|
||||||
djgpp native Eli Zaretskii eliz@gnu.org
|
djgpp native Eli Zaretskii eliz@gnu.org
|
||||||
@ -105,7 +113,7 @@ Misc:
|
|||||||
Web pages. Jim Kingdon kingdon@redhat.com
|
Web pages. Jim Kingdon kingdon@redhat.com
|
||||||
(anyone can edit; kingdon is just lead maintainer)
|
(anyone can edit; kingdon is just lead maintainer)
|
||||||
Makefile.in, configure* ALL
|
Makefile.in, configure* ALL
|
||||||
|
mmalloc ALL Host maintainers
|
||||||
|
|
||||||
|
|
||||||
Write After Approval
|
Write After Approval
|
||||||
|
@ -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>
|
2000-02-18 Frank Ch. Eigler <fche@redhat.com>
|
||||||
|
|
||||||
From Jason "crash" Molenda <jsm@cygnus.com>:
|
From Jason "crash" Molenda <jsm@cygnus.com>:
|
||||||
|
5
mmalloc/MAINTAINERS
Normal file
5
mmalloc/MAINTAINERS
Normal file
@ -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.
|
Reference in New Issue
Block a user