From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57324 invoked by alias); 16 Jun 2017 14:46:04 -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 56718 invoked by uid 89); 16 Jun 2017 14:45:27 -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-f170.google.com Received: from mail-qt0-f170.google.com (HELO mail-qt0-f170.google.com) (209.85.216.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Jun 2017 14:45:21 +0000 Received: by mail-qt0-f170.google.com with SMTP id w1so65562332qtg.2 for ; Fri, 16 Jun 2017 07:45:17 -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=lGqZiVrwsMizpu+VBq2Y7FsFhpZ6DbC4S3LZZCU3eyY=; b=ZlRfQbH9vpv6W3OqFojSZYJWfiGK4SOCFPFM3JLm6rFGzSGl4DPR/+a6iMgAxzOenV G0iQkTXV/RiqppMn+zJ5qnVzxplWmQFsNAvGO2TRgewsokHZnXDy1V7fZDiO/ECs+wLE kkTqxReSfRy2hGo1I6UHxYd2RlSJO7HL9FSSekwaWeJSbruWaZTTuvJmpM76cwK6vAUa 8fH5Vtz+Rmzjelj/efvEqvgQPP7CaTfRa62k2y3UKEhSjTZx3ZiQaAMPNJUZWk0eLzAn VYUAuI+9vg6vzV64yOJG2aJnzStEAKF+M5C9ds27RVC+Gu4TMNXn1x1wH6HaJyK0Y9aN /KMQ== X-Gm-Message-State: AKS2vOy0sFWMm8ausD/+CExll9i+m5xEz7oyPFq5KA9IgEJz/Mll0PZR i+R3qYMukw/TMI0JOV1uKNtE60vF5w== X-Received: by 10.237.57.5 with SMTP id l5mr13736464qte.121.1497624316533; Fri, 16 Jun 2017 07:45:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.142.201 with HTTP; Fri, 16 Jun 2017 07:45:16 -0700 (PDT) In-Reply-To: References: <1497353362-14441-1-git-send-email-yao.qi@linaro.org> <3038a7b4-d090-7614-1eb0-54c427f95169@redhat.com> <8660fxv4vi.fsf@gmail.com> From: Yao Qi Date: Fri, 16 Jun 2017 14:46:00 -0000 Message-ID: Subject: Re: [RFC] LONGEST and ULONGEST function template instantiation To: Pedro Alves Cc: Alan Hayward , "gdb-patches@sourceware.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00460.txt.bz2 On Thu, Jun 15, 2017 at 5:19 PM, Pedro Alves wrote: > On 06/15/2017 12:59 PM, Yao Qi wrote: >> Pedro Alves writes: >> >> Hi Pedro, >> I pick up your patch, and update the ChangeLog entry. > > Thanks. FAOD, fine with me to push it in. > Patch is pushed in. --=20 Yao (=E9=BD=90=E5=B0=A7)