From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11515 invoked by alias); 11 May 2017 20:56:38 -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 11497 invoked by uid 89); 11 May 2017 20:56:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=H*r:100 X-HELO: mail-wm0-f52.google.com Received: from mail-wm0-f52.google.com (HELO mail-wm0-f52.google.com) (74.125.82.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 11 May 2017 20:56:36 +0000 Received: by mail-wm0-f52.google.com with SMTP id 142so50702962wma.1 for ; Thu, 11 May 2017 13:56:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=sg0zZAuXlwp9eCBDuwVCJw1qYI9ZtxR8HQKryJCzO+g=; b=RAc6syV1zJ6R6mM72i9GShQZat1Xw/TTFkq4YluOWw2RPHiqF8f30Y49eqSH1QDW5Z PGIuaIFMpruOKU/SRPlZS9958DVgHraSNU3Hq3/ZvPWhZa+kD7LtnDuSdTAQF7ARFyCw 9AVMPSWWfMcCBdGqf0oyGmsJZWadobl0A981iQD1Y+nn6r8S+X2YZakEgdeIPhQ161cx PyUgFYzs/7Gsl0XoRr55shpm0bjFWHk2Ap7l/nmK6a8HsREI3ievjDlfR3UfMH+9IlWm cedGLd/vc+0/DNJ5eHhgTu2omfVbnLQs8wFTTEgI6DJDbiIKVVR7xbcNppFnK4LRYC11 7DRg== X-Gm-Message-State: AODbwcCfbU+iVvb/ti06N5HgWzvfx9Z8MuKf1CcLqVVSMTt9XVKn1Rr7 kuNvK/z+ZNiEDA== X-Received: by 10.28.214.211 with SMTP id n202mr324725wmg.142.1494536197373; Thu, 11 May 2017 13:56:37 -0700 (PDT) Received: from localhost ([2a02:c7d:8e8d:100:f98c:5f75:db14:bcce]) by smtp.gmail.com with ESMTPSA id 128sm11392wmh.21.2017.05.11.13.56.36 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 11 May 2017 13:56:36 -0700 (PDT) Date: Thu, 11 May 2017 20:56:00 -0000 From: Yao Qi To: Eli Zaretskii Cc: gdb-patches@sourceware.org, alan.hayward@arm.com Subject: Re: [RFC 0/7] Make GDB builtin target descriptions more flexible Message-ID: <20170511205632.7qvntiangpylqw24@localhost> References: <1494518105-15412-1-git-send-email-yao.qi@linaro.org> <83efvv9y4i.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83efvv9y4i.fsf@gnu.org> User-Agent: NeoMutt/20161104 (1.7.1) X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00300.txt.bz2 On 17-05-11 19:06:21, Eli Zaretskii wrote: > > From: Yao Qi > > Cc: alan.hayward@arm.com > > Date: Thu, 11 May 2017 16:54:58 +0100 > > > > Patch 4 is the major part of this series > > But the series you've sent doesn't seem to include patch 4... The mail was rejected because it is too large. Compress the patch and send it again. -- Yao