From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84451 invoked by alias); 19 Aug 2016 09:14:36 -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 84438 invoked by uid 89); 19 Aug 2016 09:14:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Fine X-HELO: mail-oi0-f66.google.com Received: from mail-oi0-f66.google.com (HELO mail-oi0-f66.google.com) (209.85.218.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Aug 2016 09:14:25 +0000 Received: by mail-oi0-f66.google.com with SMTP id b22so5686948oii.3 for ; Fri, 19 Aug 2016 02:14:25 -0700 (PDT) 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-transfer-encoding; bh=dh+fix5+hxzPQYIZougGSv1m2xOBtAiZC9CW+JnnaM0=; b=T+ROhB9uDtF/W+woY7AMd8+SZJcMgwz/OuY7RLBsz9hpMLOiHAKSq0RPvX8bgxz/8V psncHwzVAgjGXR6JiWTcErmzanuVYPjq4ZfHfJdaqA/wg73lKftv8KbcC60qbMEwFNGo 4PDPQbW75rR6uqAcvINPpZlvsoOJLAHtmzhQ9j2BwqCuWmVJ4eO8rwhj4IWmLDlJKDJQ /PRJ2dQsgGCAs48Yr4Ms35Z13C7zHWXPzXl66mvQxZiIujZOXCE7ywhhVAnSpEIZaMFW xZLD2lYGt//ufCh3TOd0PaUg1KcWHREisZlxvZYOMRKbr31N91IEH/ioasSdNwpuF8D0 6Rgg== X-Gm-Message-State: AEkooutvFvUycB9nC9IFnbMsmqBFadoPi5/P234i5frdUtvGKAxQtDeFhkZUjRigXqm5fGNGVjp6iTmTpKos/g== X-Received: by 10.202.217.70 with SMTP id q67mr4010298oig.86.1471598063761; Fri, 19 Aug 2016 02:14:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.207.201 with HTTP; Fri, 19 Aug 2016 02:14:22 -0700 (PDT) In-Reply-To: References: <1471468737-10208-1-git-send-email-adhemerval.zanella@linaro.org> From: Yao Qi Date: Fri, 19 Aug 2016 09:14:00 -0000 Message-ID: Subject: Re: [PATCH] Sync proc_service definition with GLIBC To: Pedro Alves Cc: Adhemerval Zanella , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-08/txt/msg00192.txt.bz2 [reply to all] On Fri, Aug 19, 2016 at 9:40 AM, Pedro Alves wrote: > > Fine with me. You'll need the "gregset.h" one too, then. > We had two "gregset.h" ones recently :), [GDB][PR gdb/20457] Fix builds broken by proc-service changes. https://sourceware.org/ml/gdb-patches/2016-08/msg00148.html Fix fallout from gdb/20413's fix https://sourceware.org/ml/gdb-patches/2016-08/msg00129.html I think you mean the former. --=20 Yao (=E9=BD=90=E5=B0=A7)