From patchwork Wed May 7 15:46:35 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Charles Baylis X-Patchwork-Id: 346700 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 3E3D21401EF for ; Thu, 8 May 2014 01:46:50 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:date:message-id:subject:from:to:content-type; q= dns; s=default; b=l88N9Eu07jZyRbgsJB8iUH8yBZ2xrrbGc7q3oYLeFy+IsC Qo4cKIDfwPtg6PBenn5pwgX8JEd8SZfSBL1Peyn8i5PtKihO3COBpENoRcAhbK5F sosHZDcov4o8ret7BiDxOsn+mmM2qPQ+9pnvsNgKpbSJeYpqBNn1dhfBPUjvs= 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 :mime-version:date:message-id:subject:from:to:content-type; s= default; bh=kDy5yLwD/NQg1fy418iFLjuTGBs=; b=iwiJMXxnRhaLHCZPt8jy Umy6S44B0eSHYADqh8uyMKrpmobqulcel83ZXp2x1kwajBxjcS2WC6Fpwy898dwj NaL7z9DaqOnHDB6yxJe/U0R4giqwMunYDMJfUNhkOhc5mgDoUOEHDoohs/+ofovf knUKlErpy8Fk20zYQYz1dsg= Received: (qmail 9005 invoked by alias); 7 May 2014 15:46:41 -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 8934 invoked by uid 89); 7 May 2014 15:46:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-lb0-f180.google.com Received: from mail-lb0-f180.google.com (HELO mail-lb0-f180.google.com) (209.85.217.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 07 May 2014 15:46:39 +0000 Received: by mail-lb0-f180.google.com with SMTP id p9so1640996lbv.39 for ; Wed, 07 May 2014 08:46:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=YGK5Nu699RRDIbTq4XzOJr8G/xzdA46gJMgh246eLJM=; b=EgXnqhYJlBB/x+qmclPx/pXv/ZSjFidZ9xiMuzVc1tcCLpdmvcKIWz0Y6XKLQCWvse FVS9xPJ6hhCqYViBiY3p8cgmQeKFPbBBGMQxIkGeSqJ8nNIJZ24k2o5m2YKmFvkm16Zw zUFJ46E5ohs3FExePHDdIqDk03Tjs8n7EljAfY7AjnMOHibhjge+VQeNa6wQIstufrim RXWpCfYmd+839jk1sljGt2dQxUWkyjxF8yMyZKEsVm77eH2l+41oSpP+8nKEzvVfMufC 6Zep4g+D4+NjE13DixZOSM4iOKGvyIwYRPsCvrEo/MDNXkbJea03t3AkRg3rT6dWukg8 KqMw== X-Gm-Message-State: ALoCoQm3wvwb1ySE4z9f5AoMtyXv5Mgbk52BKvQTCqXZp4zCPzZ0RzjAi+CSO23z3ZU//IUI+xle MIME-Version: 1.0 X-Received: by 10.112.189.103 with SMTP id gh7mr11418513lbc.35.1399477595560; Wed, 07 May 2014 08:46:35 -0700 (PDT) Received: by 10.112.110.104 with HTTP; Wed, 7 May 2014 08:46:35 -0700 (PDT) Date: Wed, 7 May 2014 16:46:35 +0100 Message-ID: Subject: [Committed] Add myself to MAINTAINERS From: Charles Baylis To: GCC Patches X-IsSubscribed: yes Committed as r210164. Index: MAINTAINERS =================================================================== --- MAINTAINERS (revision 210161) +++ MAINTAINERS (working copy) @@ -315,6 +315,7 @@ Simon Baldwin simonb@google.com Scott Bambrough scottb@netwinder.org Wolfgang Bangerth bangerth@dealii.org +Charles Baylis charles.baylis@linaro.org Tejas Belagod tejas.belagod@arm.com Andrey Belevantsev abel@ispras.ru Jon Beniston jon@beniston.com