From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27524 invoked by alias); 6 Jun 2013 12:14:01 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 27461 invoked by uid 89); 6 Jun 2013 12:14:00 -0000 X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_NEUTRAL autolearn=no version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from popelka.ms.mff.cuni.cz (HELO popelka.ms.mff.cuni.cz) (195.113.20.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 06 Jun 2013 12:13:59 +0000 Received: from domone.kolej.mff.cuni.cz (popelka.ms.mff.cuni.cz [195.113.20.131]) by popelka.ms.mff.cuni.cz (Postfix) with ESMTPS id 2918F54345; Thu, 6 Jun 2013 14:13:55 +0200 (CEST) Received: by domone.kolej.mff.cuni.cz (Postfix, from userid 1000) id 12E3660333; Thu, 6 Jun 2013 16:12:19 +0200 (CEST) Date: Thu, 06 Jun 2013 12:14:00 -0000 From: =?utf-8?B?T25kxZllaiBCw61sa2E=?= To: "Joseph S. Myers" Cc: libc-alpha@sourceware.org, libc-ports@sourceware.org Subject: Re: [COMMITED] Fix executable mode. Message-ID: <20130606141218.GA5639@domone.kolej.mff.cuni.cz> References: <20130606001614.GA18318@domone.kolej.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-SW-Source: 2013-06/txt/msg00008.txt.bz2 On Thu, Jun 06, 2013 at 11:55:26AM +0000, Joseph S. Myers wrote: > On Thu, 6 Jun 2013, Ondrej Bilka wrote: > > > Changelog > > * posix/transbug.c: Likewise. > > Incorrect ChangeLog entry. You can't use "Likewise." for the first entry > in a given ChangeLog file like that; it can only be used after a previous > entry that's more specific. > > > Changelog.microblaze > > * ports/sysdeps/microblaze/bits/atomic.h: Remove executable mode. > > * ports/sysdeps/unix/sysv/linux/microblaze/sysdep.h: Likewise. > > Paths in ChangeLog files are relative to the directory with the ChangeLog > file. These should not include the "ports/" (and NPTL ChangeLog entries > should not have leading "nptl/", etc.). > Thanks, fixed.