From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11481 invoked by alias); 6 Jun 2013 11:55:35 -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 11457 invoked by uid 89); 6 Jun 2013 11:55:33 -0000 X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 06 Jun 2013 11:55:32 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UkYmw-0002nt-DG from joseph_myers@mentor.com ; Thu, 06 Jun 2013 04:55:30 -0700 Received: from SVR-IES-FEM-02.mgc.mentorg.com ([137.202.0.106]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 6 Jun 2013 04:55:29 -0700 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-02.mgc.mentorg.com (137.202.0.106) with Microsoft SMTP Server id 14.2.247.3; Thu, 6 Jun 2013 12:55:27 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1UkYms-00086K-Mu; Thu, 06 Jun 2013 11:55:26 +0000 Date: Thu, 06 Jun 2013 11:55:00 -0000 From: "Joseph S. Myers" To: =?utf-8?B?T25kxZllaiBCw61sa2E=?= CC: , Subject: Re: [COMMITED] Fix executable mode. In-Reply-To: <20130606001614.GA18318@domone.kolej.mff.cuni.cz> Message-ID: References: <20130606001614.GA18318@domone.kolej.mff.cuni.cz> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2013-06/txt/msg00007.txt.bz2 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.). -- Joseph S. Myers joseph@codesourcery.com