From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32822 invoked by alias); 19 Aug 2016 08:37:00 -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 32803 invoked by uid 89); 19 Aug 2016 08:36:59 -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= X-HELO: mail-oi0-f68.google.com Received: from mail-oi0-f68.google.com (HELO mail-oi0-f68.google.com) (209.85.218.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Aug 2016 08:36:58 +0000 Received: by mail-oi0-f68.google.com with SMTP id t127so5634957oie.1 for ; Fri, 19 Aug 2016 01:36:58 -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=T3MbkBBH6jsg7HFK4FfalPOPk7JAwSHIutaH1xP5nZw=; b=e5Xyoct3kBKHJMqSUTso8yFZgUOzRsXgv3YJiiIdI/V5yZA1KGhRTEaj+IXTLdWPzr 7DZqfFF6212Zj+1vWzWtcZ0b+BPPma5DxzdWQ52CNrB4t+ZwGM2NDFZMCqrIn+stjfp8 FVHSclyI/0rbzzFEcs/2afe2Jb9iqoPNCqmLyr8ZMJYd5sIM4F9jU1UunTKZtmYTGeNu MrVTRnL76Zje6YmmdcBUCVLr8fXN3EOz0nmI+YYgKHo7rm4q0ASZHzx39f4C5UyLigbz f5X6rJyQlFpg34WNeuwg5FH487JuNK0//ObRZvczYq84PMaSFkjMMll5fMAnN2ZZjiTM zJVw== X-Gm-Message-State: AEkoous8YzckLJRbGRMUi7QmHQy86hnWkb4T1hxt9WuhS86ABXEHteCVeo4Xj18pZ1Kh1jhin3aXZv0Y/mci9A== X-Received: by 10.157.9.214 with SMTP id 22mr4307183otz.74.1471595816745; Fri, 19 Aug 2016 01:36:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.207.201 with HTTP; Fri, 19 Aug 2016 01:36:56 -0700 (PDT) In-Reply-To: References: <1471468737-10208-1-git-send-email-adhemerval.zanella@linaro.org> From: Yao Qi Date: Fri, 19 Aug 2016 08:37: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/msg00190.txt.bz2 On Thu, Aug 18, 2016 at 12:13 AM, Pedro Alves wrote: > OK, but please move the ChangeLog entries to the correct ChangeLog files, > and make the entry paths be relative to the corresponding ChangeLog file. > gdbserver changes go to gdb/gdbserver/ChangeLog, the rest goes > to gdb/ChangeLog. > The patch should go to master and gdb-7.12 branch. Additionally, gdb-7.11 branch is the last branch we build in C in default, = so the new gcc/glibc should trigger this build failure as well. Can we push t= his patch to 7.11 branch too? Linaro is still using 7.11 branch (we plan to sw= itch to 7.12 after it is released). --=20 Yao (=E9=BD=90=E5=B0=A7)