diff options
author | DJ Delorie <dj@redhat.com> | 2000-07-05 19:28:06 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-07-05 19:28:06 +0000 |
commit | 302ab118e191d58d6d143dfa81661520e2e8134c (patch) | |
tree | d4641b646d0aec1a5abccef286a5044375aa68d8 | |
parent | 5f208f6d2241a32e070d9263483d34883d2b9fb9 (diff) | |
download | gdb-302ab118e191d58d6d143dfa81661520e2e8134c.zip gdb-302ab118e191d58d6d143dfa81661520e2e8134c.tar.gz gdb-302ab118e191d58d6d143dfa81661520e2e8134c.tar.bz2 |
add MAINTAINERS files
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/MAINTAINERS | 1 | ||||
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/MAINTAINERS | 45 | ||||
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/MAINTAINERS | 1 | ||||
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rw-r--r-- | gprof/MAINTAINERS | 1 | ||||
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/MAINTAINERS | 1 | ||||
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/MAINTAINERS | 1 | ||||
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/MAINTAINERS | 1 |
14 files changed, 79 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e2e8baf..afea394 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2000-06-05 DJ Delorie <dj@redhat.com> + + * MAINTAINERS: new + 2000-07-04 Alexandre Oliva <aoliva@redhat.com> * coff-arm.c (coff_arm_relocate_section): Do not ignore the symbol diff --git a/bfd/MAINTAINERS b/bfd/MAINTAINERS new file mode 100644 index 0000000..d59a3bd --- /dev/null +++ b/bfd/MAINTAINERS @@ -0,0 +1 @@ +See ../binutils/MAINTAINERS diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 61b6855..9bc2c65 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2000-06-05 DJ Delorie <dj@redhat.com> + + * MAINTAINERS: new + 2000-07-01 Eric Fifer <EFifer@sanwaint.com> * dllwrap.c: Changed mistaken dyn_string_append() calls diff --git a/binutils/MAINTAINERS b/binutils/MAINTAINERS new file mode 100644 index 0000000..648c28f --- /dev/null +++ b/binutils/MAINTAINERS @@ -0,0 +1,45 @@ + ========= Binutils Maintainers ========= + +This is the list of individuals responsible for maintenance and update +of the "binutils" module, which includes the bfd, binutils, include, +gas, gprof, ld, and opcodes subdirectories. The home page for binutils +is http://sourceware.cygnus.com/binutils/ and patches should be sent to +binutils@sourceware.cygnus.com with "[patch]" as part of the subject. + + --------- Blanket Write Privs --------- + +Nick Clifton <nickc@redhat.com> (head maintainer) +Richard Henderson <rth@redhat.com> +Ian Taylor <ian@zembu.com> +Jeff Law <law@redhat.com> +Jim Wilson <wilson@redhat.com> +DJ Delorie <dj@redhat.com> +Alan Modra <alan@linuxcare.com.au> + + --------- Maintainers --------- + +Maintainers are individuals who are responsible for, and have permission +to check in changes in, certain subsets of the code. Note that +maintainers still need approval to check in changes outside of the +immediate domain that they maintain. + +If there is no maintainer for a given domain then the responsibility +falls to the head maintainer (above). If there are several maintainers +for a given domain then responsibility falls to the first maintainer. +The first maintainer is free to devolve that responsibility among the +other maintainers. + +MIPS Ulf Carlsson <ulfc@calypso.engr.sgi.com> +PPC Geoff Keating <geoffk@redhat.com> +ix86 COFF,PE DJ Delorie <dj@redhat.com> +ARM Nick Clifton <nickc@redhat.com> + + --------- Write After Approval --------- + +Individuals with "write after approval" have the ability to check in +changes, but they must get approval for each change from someone in +one of the above lists (blanket write or maintainers). + +[It's a huge list, folks. You know who you are. If you have the + *ability* to do binutils checkins, you're in this group. Just remember + to get approval before checking anything in.] diff --git a/gas/ChangeLog b/gas/ChangeLog index 0c7ee6f..4f6af27 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-06-05 DJ Delorie <dj@redhat.com> + + * MAINTAINERS: new + 2000-07-04 Alexandre Oliva <aoliva@redhat.com> * config/tc-arm.c (psrs): Accept combinations of flags. diff --git a/gas/MAINTAINERS b/gas/MAINTAINERS new file mode 100644 index 0000000..d59a3bd --- /dev/null +++ b/gas/MAINTAINERS @@ -0,0 +1 @@ +See ../binutils/MAINTAINERS diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 1b5e8fb..7b51f9c 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2000-06-05 DJ Delorie <dj@redhat.com> + + * MAINTAINERS: new + 2000-07-01 Alan Modra <alan@linuxcare.com.au> * Makefile.am (DEP): Fix 2000-06-22. grep after running dep.sed diff --git a/gprof/MAINTAINERS b/gprof/MAINTAINERS new file mode 100644 index 0000000..d59a3bd --- /dev/null +++ b/gprof/MAINTAINERS @@ -0,0 +1 @@ +See ../binutils/MAINTAINERS diff --git a/include/ChangeLog b/include/ChangeLog index 29c27d1..e591a13 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2000-06-05 DJ Delorie <dj@redhat.com> + + * MAINTAINERS: new + 2000-06-30 DJ Delorie <dj@cygnus.com> * coff/pe.h: clarify a comment diff --git a/include/MAINTAINERS b/include/MAINTAINERS new file mode 100644 index 0000000..d59a3bd --- /dev/null +++ b/include/MAINTAINERS @@ -0,0 +1 @@ +See ../binutils/MAINTAINERS diff --git a/ld/ChangeLog b/ld/ChangeLog index 4734a37..e6f77e9 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2000-06-05 DJ Delorie <dj@redhat.com> + + * MAINTAINERS: new + 2000-07-01 Koundinya K <kk@ddeorg.soft.net> * configure.tgt: Add traditional mips (mips*-*-sysv4*) target. diff --git a/ld/MAINTAINERS b/ld/MAINTAINERS new file mode 100644 index 0000000..d59a3bd --- /dev/null +++ b/ld/MAINTAINERS @@ -0,0 +1 @@ +See ../binutils/MAINTAINERS diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c0fb827..ffc798d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2000-06-05 DJ Delorie <dj@redhat.com> + + * MAINTAINERS: new + 2000-07-04 Alexandre Oliva <aoliva@redhat.com> * arm-dis.c (print_insn_arm): Output combinations of PSR flags. diff --git a/opcodes/MAINTAINERS b/opcodes/MAINTAINERS new file mode 100644 index 0000000..d59a3bd --- /dev/null +++ b/opcodes/MAINTAINERS @@ -0,0 +1 @@ +See ../binutils/MAINTAINERS |