From patchwork Tue Mar 4 12:56:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 326276 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id B09692C00CB for ; Tue, 4 Mar 2014 23:56:40 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=iHZVUc0FnQV8lxwHM0fSBhTG/q4PmzfU324Ud84Go81LnWCqOQac6 z5STEBaYnduhW/KOs8jr1Fb8iBz7F45YPDyoI4O4yBE4dqkurNdGKOGVR9UyziCV 83nQKE1r1j+GfwQ6aDeoIMKqRuksrQQEOCpCgvA3nC844xzuE1kL50= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=Mt0A0cV1VszhgW8HxUzFS0CrwhQ=; b=uxAwH+xW95u3T7FaQT2d GpwqICUyxKQqCUOU0KcZgz7CKQFcd1dbIrHzMgAHMWDM4uGlJ4eED1XyN+KrG0/z yhiJIzPeVnkUk7pbA0vOC8J8ZA1xPPUP64TE12QCztNDjSLzsbtlDdSv4aMdz+49 lU3vmKsTQ7YpBzo02pZwVEw= Received: (qmail 8115 invoked by alias); 4 Mar 2014 12:56:26 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 8066 invoked by uid 89); 4 Mar 2014 12:56:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Mar 2014 12:56:24 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s24CuLce005808 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 4 Mar 2014 07:56:22 -0500 Received: from localhost (vpn1-6-106.ams2.redhat.com [10.36.6.106]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s24CuKct011232 for ; Tue, 4 Mar 2014 07:56:20 -0500 Date: Tue, 4 Mar 2014 12:56:20 +0000 From: Jonathan Wakely To: gcc-patches@gcc.gnu.org Subject: [patch] Update my email address in MAINTAINERS Message-ID: <20140304125619.GA28546@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Committed. commit b4039fa151c772e0994407d4dc69b0ac9cff567a Author: Jonathan Wakely Date: Tue Mar 4 12:53:35 2014 +0000 * MAINTAINERS: Update my email address. diff --git a/MAINTAINERS b/MAINTAINERS index 70c10d4..834052e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -198,7 +198,7 @@ dwarf debugging code Cary Coutant ccoutant@google.com c++ runtime libs Paolo Carlini paolo.carlini@oracle.com c++ runtime libs Ulrich Drepper drepper@gmail.com c++ runtime libs Benjamin De Kosnik bkoz@gnu.org -c++ runtime libs Jonathan Wakely redi@gcc.gnu.org +c++ runtime libs Jonathan Wakely jwakely@redhat.com *synthetic multiply Torbjorn Granlund tege@swox.com *c-torture Torbjorn Granlund tege@swox.com fixincludes Bruce Korb bkorb@gnu.org