From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91140 invoked by alias); 24 Nov 2015 11:57:32 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 91108 invoked by uid 89); 24 Nov 2015 11:57:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 24 Nov 2015 11:57:28 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 87FE765654; Tue, 24 Nov 2015 11:57:27 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-34.ams2.redhat.com [10.36.116.34]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tAOBvPCD004717 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 24 Nov 2015 06:57:26 -0500 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id tAOBvOO3024811; Tue, 24 Nov 2015 12:57:24 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id tAOBvJlD024671; Tue, 24 Nov 2015 12:57:19 +0100 Date: Tue, 24 Nov 2015 12:06:00 -0000 From: Jakub Jelinek To: Maxim Ostapenko Cc: Christophe Lyon , Kostya Serebryany , GCC Patches , Yury Gribov , Vyacheslav Barinov , Slava Garbuzov , Adhemerval Zanella Subject: Re: [PATCH 1/2] Libsanitizer merge from upstream r253555. Message-ID: <20151124115719.GQ5675@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <20151124082523.GK5675@tucnak.redhat.com> <56542184.5040003@partner.samsung.com> <20151124083833.GL5675@tucnak.redhat.com> <565426A4.1050804@partner.samsung.com> <20151124111210.GO5675@tucnak.redhat.com> <20151124112731.GP5675@tucnak.redhat.com> <5654502E.3010100@partner.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5654502E.3010100@partner.samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg02879.txt.bz2 On Tue, Nov 24, 2015 at 02:55:26PM +0300, Maxim Ostapenko wrote: > diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog > index c392c57..895d3bd 100644 > --- a/libsanitizer/ChangeLog > +++ b/libsanitizer/ChangeLog > @@ -1,5 +1,10 @@ > 2015-11-24 Maxim Ostapenko > > + * include/system/linux/asm/ptrace.h: Move to ... > + * include/system/asm/ptrace.h: ... this. > + > +2015-11-24 Maxim Ostapenko > + > * include/system/linux/asm/ptrace.h: New header. Of course, sorry for not catching that. Jakub