From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 111312 invoked by alias); 13 Jun 2017 11:33:14 -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 111292 invoked by uid 89); 13 Jun 2017 11:33:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qt0-f172.google.com Received: from mail-qt0-f172.google.com (HELO mail-qt0-f172.google.com) (209.85.216.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Jun 2017 11:33:12 +0000 Received: by mail-qt0-f172.google.com with SMTP id u19so167136220qta.3 for ; Tue, 13 Jun 2017 04:33:16 -0700 (PDT) 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:content-transfer-encoding; bh=/dvBISqufdXr2foKjtZ3fsbTYdSlJkJgFa5CNUHsG6M=; b=Ct0u+LeNNQET5ToQ4rKtoGrAspagtCWuSQqhOvWW+mkf/izjX7+cPGd4mb7/alTTLm D5dCVQKHt7FMKdy1TbaY+MEOwj7JBhwr7TZbKO9+AQZ6irkxteY/OZ47P4/cvZ7JtYBa 9HJU+w0rb5HNsgWMl0VPg5YRHApp+30ENeQ2TRgyqoEgvtzoQNR3J1NzNBTHzo5Iyf4+ r7NBtrpVnDd+qX51s0UkNS1va0Rsar99hnvXJtPF/oqIC6Lm18CENmpX23agyDW/lxv9 J2nZ+2ZMpZ0T1E3sD821iuStvOc+qqhp0cV3OfKYIYZz9LYSWePTbehLfHSbCaAJuBQU POhQ== X-Gm-Message-State: AKS2vOzdxeLJgN4LyKLuQqAM7z8q3mtt+1OaRZ5/5NyIlYnm5vIQUdmQ q6sqsg5oMEFDYgSAoJcv3NwEtNVdPQ== X-Received: by 10.55.174.66 with SMTP id x63mr66809057qke.52.1497353595174; Tue, 13 Jun 2017 04:33:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.142.201 with HTTP; Tue, 13 Jun 2017 04:33:14 -0700 (PDT) In-Reply-To: <1497353362-14441-1-git-send-email-yao.qi@linaro.org> References: <1497353362-14441-1-git-send-email-yao.qi@linaro.org> From: Yao Qi Date: Tue, 13 Jun 2017 11:33:00 -0000 Message-ID: Subject: Re: [RFC] LONGEST and ULONGEST function template instantiation To: "gdb-patches@sourceware.org" Cc: Alan Hayward Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00374.txt.bz2 On Tue, Jun 13, 2017 at 12:29 PM, Yao Qi wrote: > > This patch was posted here > https://sourceware.org/ml/gdb-patches/2017-05/msg00492.html but the > problem was fixed in a different way. However, I think the patch is still > useful to shorten the code. Add Alan to CC. --=20 Yao (=E9=BD=90=E5=B0=A7)