From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15006 invoked by alias); 9 Jan 2014 11:34:34 -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 14994 invoked by uid 89); 9 Jan 2014 11:34:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f178.google.com Received: from mail-ob0-f178.google.com (HELO mail-ob0-f178.google.com) (209.85.214.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 09 Jan 2014 11:34:33 +0000 Received: by mail-ob0-f178.google.com with SMTP id uz6so3088313obc.37 for ; Thu, 09 Jan 2014 03:34:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=5UKW8/iJnJdONldcMKtt4d6Sfr++DFPsPR9zj9n2yUQ=; b=WgiVa51K/CFt/xpYmXoLpUCQyGnNl3etRM/iz0DeI02Safmde9cOjRnGhcHpzrBMCE C7Fkt7x5Z+j1/+LN89zTndGugwL50N6fJSI1QzPS4lgfGqz8vynxVWD68zoSTXQNgpdE bU14qZ9RfHfmGw80P+rzVIo2aZkXyfcyvbTuliIqMij43RthC7fi6GR5qkq8Pf0N5xik NN7zPTCILMEtr0sv44PLB5GX6peHFTUtKuOlg188clthzGjFfjPeMGCxLqO0isWixbBw qdMgyBT/QfhD7XO67PDn7BSiob+7nzdYZSLmgL3UPuziFz3tIAv5a6jckr2ykEXcWfb+ Ghmg== X-Gm-Message-State: ALoCoQmEluV5aeKadSF3QJzF0nUwNEcO+Th7HiMNhAng1EYEGGlUSK9to0fgYOxm1zfZYuLfddbg X-Received: by 10.182.143.103 with SMTP id sd7mr717461obb.70.1389267272148; Thu, 09 Jan 2014 03:34:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.137.135 with HTTP; Thu, 9 Jan 2014 03:34:11 -0800 (PST) In-Reply-To: <52CE86B0.3020703@redhat.com> References: <52CB0979.5090809@redhat.com> <52CE7B13.6040907@linaro.org> <52CE86B0.3020703@redhat.com> From: Omair Javaid Date: Thu, 09 Jan 2014 11:34:00 -0000 Message-ID: Subject: Re: [PATCH v2 5/7] Adds support for thumb32 instructions recording To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00233.txt.bz2 I don't have committ rights for push. Kindly add me to committers list. Thanks! On 9 January 2014 16:23, Pedro Alves wrote: > On 01/09/2014 10:33 AM, Omair Javaid wrote: >> +enum arm_record_result { > > '{' goes on the next line. Otherwise OK. Please push. > > Thanks, > -- > Pedro Alves >