From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33564 invoked by alias); 27 Dec 2017 15:44:57 -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 33500 invoked by uid 89); 27 Dec 2017 15:44:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_FAIL,SPF_NEUTRAL autolearn=no version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: hera.aquilenet.fr Received: from hera.aquilenet.fr (HELO hera.aquilenet.fr) (141.255.128.1) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 27 Dec 2017 15:44:53 +0000 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 3C1B8FBA6; Wed, 27 Dec 2017 16:44:50 +0100 (CET) Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YW-cVgad2z0a; Wed, 27 Dec 2017 16:44:49 +0100 (CET) Received: from var.youpi.perso.aquilenet.fr (LFbn-ORL-1-236-13.w92-152.abo.wanadoo.fr [92.152.80.13]) by hera.aquilenet.fr (Postfix) with ESMTPSA id A12CFEBA5; Wed, 27 Dec 2017 16:44:36 +0100 (CET) Received: from samy by var.youpi.perso.aquilenet.fr with local (Exim 4.90_RC4) (envelope-from ) id 1eUDsh-0007oR-Lz; Wed, 27 Dec 2017 16:44:35 +0100 Date: Wed, 27 Dec 2017 15:44:00 -0000 From: Samuel Thibault To: Simon Marchi Cc: bug-hurd@gnu.org, gdb-patches@sourceware.org, thomas@codesourcery.com Subject: Re: hurd: PIE support Message-ID: <20171227154435.rjlz4w73t7lbsucy@var.youpi.perso.aquilenet.fr> Mail-Followup-To: Simon Marchi , bug-hurd@gnu.org, gdb-patches@sourceware.org, thomas@codesourcery.com References: <20171222165554.l7rvub52zs2p5bvt@var.youpi.perso.aquilenet.fr> <47cd545e-6931-cacf-5517-189f4dcaaea9@simark.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <47cd545e-6931-cacf-5517-189f4dcaaea9@simark.ca> User-Agent: NeoMutt/20170113 (1.7.2) X-SW-Source: 2017-12/txt/msg00512.txt.bz2 Hello, Simon Marchi, on mar. 26 déc. 2017 21:48:23 -0500, wrote: > We would also need a ChangeLog entry. Well, I had put a ChangeLog entry at the top of the posted file. Is something else needed? In the patch I have just sent to the list I have directly put the gdb/ChangeLog update in addition to the commit message log. If that is what is wanted, then the gdb/CONTRIBUTE file should be update, otherwise frustration happens on both sides. Samuel