From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13367 invoked by alias); 10 Oct 2004 22:15:44 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 13340 invoked from network); 10 Oct 2004 22:15:42 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 10 Oct 2004 22:15:42 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.10) with ESMTP id i9AMFgld025999 for ; Sun, 10 Oct 2004 18:15:42 -0400 Received: from zenia.home.redhat.com (sebastian-int.corp.redhat.com [172.16.52.221]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i9AMFfr24774; Sun, 10 Oct 2004 18:15:42 -0400 To: gdb-patches@sources.redhat.com Subject: PATCH: Step down from maintainerships From: Jim Blandy Date: Sun, 10 Oct 2004 22:15:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-10/txt/msg00173.txt.bz2 After giving a lot of thought to how to get the most from limited time, energy and ability, I've decided to step down from my GDB maintainerships. I've volunteered as symtab maintainer for five years, and it's time to give other folks a turn. I hope to continue to contribute to GDB in other ways as I have since 1997. There are a few outstanding patches that I had hoped to take care of before stepping down, but then this last week some more came in, and I realized I'd probably never get caught up. If they remain unreviewed I'll try to comment on them as I'm able; naturally, my reviews won't be binding. 2004-10-10 Jim Blandy * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs reader, tracing bytecode stuff): Remove self. Index: gdb/MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.290 diff -c -p -r1.290 MAINTAINERS *** gdb/MAINTAINERS 8 Oct 2004 01:35:48 -0000 1.290 --- gdb/MAINTAINERS 10 Oct 2004 21:55:11 -0000 *************** gdb/MAINTAINERS Elena Zannoni ezan *** 217,238 **** For the part of top.c related to the event loop, send questions to ezannoni@redhat.com ! generic symtabs Jim Blandy jimb@redhat.com ! Elena Zannoni ezannoni@redhat.com ! dwarf readers Jim Blandy jimb@redhat.com ! Elena Zannoni ezannoni@redhat.com ! elf reader Jim Blandy jimb@redhat.com ! Elena Zannoni ezannoni@redhat.com ! stabs reader Jim Blandy jimb@redhat.com ! Elena Zannoni ezannoni@redhat.com coff reader Philippe De Muyter phdm@macqel.be xcoff reader Any maintainer can modify this; please send tricky ones to Kevin Buettner HP/UX readers Any [past] maintainer can modify this. Please send tricky ones to the symtabs maintainers. ! tracing bytecode stuff Jim Blandy jimb@redhat.com ! (Global Maintainers) tracing Michael Snyder msnyder@redhat.com threads Michael Snyder msnyder@redhat.com Mark Kettenis kettenis@gnu.org --- 217,233 ---- For the part of top.c related to the event loop, send questions to ezannoni@redhat.com ! generic symtabs Elena Zannoni ezannoni@redhat.com ! dwarf readers Elena Zannoni ezannoni@redhat.com ! elf reader Elena Zannoni ezannoni@redhat.com ! stabs reader Elena Zannoni ezannoni@redhat.com coff reader Philippe De Muyter phdm@macqel.be xcoff reader Any maintainer can modify this; please send tricky ones to Kevin Buettner HP/UX readers Any [past] maintainer can modify this. Please send tricky ones to the symtabs maintainers. ! tracing bytecode stuff (Global Maintainers) tracing Michael Snyder msnyder@redhat.com threads Michael Snyder msnyder@redhat.com Mark Kettenis kettenis@gnu.org