From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47948 invoked by alias); 5 Jan 2017 00:13:37 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 47935 invoked by uid 89); 5 Jan 2017 00:13:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*i:sk:e364cf9, H*f:sk:e364cf9 X-HELO: mail-yw0-f179.google.com Received: from mail-yw0-f179.google.com (HELO mail-yw0-f179.google.com) (209.85.161.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 05 Jan 2017 00:13:26 +0000 Received: by mail-yw0-f179.google.com with SMTP id t125so329011207ywc.1 for ; Wed, 04 Jan 2017 16:13:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=vSK3xsPqCARWFx9vWOmDKkXd/Z7M3ItXgc7NCbyFKlE=; b=D2Vuh/9gpays0aSq210GilfGJTxr7z5GRhzjp9QFXXHsHxRfce0cudR6tEATmnB7H0 v+C4wGnO+j8lfMBv6LAfxArcRvRdQUsPRdnO471CWI6U4ErbtV6WQtnbmOoIMz2xHONq YhdjlxWGr8xQ5a/1/UsA1oEHzIsgFPYvp3lYjMoQdMfii3XIPdpJtF84Q/6Tq87kQswa 6aNeLOX6a+Zcifm/mCbRZFAeITsiaNnJZIUjx9Z2iV5MHK6nQEKyl67tARRnHiEe2rYz WFYQjR8FGom2elAwyD8QKXp3MhUZbkIWxP4J0YBcZS8dRLLDg90TU6bIAbrblo1n8SYh mLeQ== X-Gm-Message-State: AIkVDXJYBe/mrmx8X9qurj40flBuAMNRgzcbkFPlJSJ5FKjefLm4/j7x+Hb1/oNNQMaUqHtve2+vn95ZT35Uv9AV X-Received: by 10.129.82.214 with SMTP id g205mr64383766ywb.73.1483575204794; Wed, 04 Jan 2017 16:13:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.92.4 with HTTP; Wed, 4 Jan 2017 16:13:24 -0800 (PST) In-Reply-To: References: From: Jim Wilson Date: Thu, 05 Jan 2017 00:13:00 -0000 Message-ID: Subject: Re: [PATCH] aarch64 sim vector mul bug fix To: Nick Clifton Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2017-01/txt/msg00068.txt.bz2 On Tue, Jan 3, 2017 at 6:35 AM, Nick Clifton wrote: > Also - would you be interested in becoming a maintainer for the AArch64 sim ? > I certainly think that it would be good idea, and I think that Mike would > probably be onboard with the idea too ... Yes, I am willing to become a maintainer or co-maintainer for the AArch64 sim. I'll have to start reading gdb-patches again to look for aarch64 sim related messages, but I doubt that there are many relevant ones. Jim