From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8197 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH v10] Build process uses script to add CFI directives to x86 asm Date: Sat, 25 Jul 2015 00:10:37 -0400 Message-ID: <20150725041037.GJ16376@brightrain.aerifal.cx> References: <1436533404-7195-1-git-send-email-alexinbeijing@gmail.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1437797456 11572 80.91.229.3 (25 Jul 2015 04:10:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Jul 2015 04:10:56 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8210-gllmg-musl=m.gmane.org@lists.openwall.com Sat Jul 25 06:10:55 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZIqnW-0002cl-Ha for gllmg-musl@m.gmane.org; Sat, 25 Jul 2015 06:10:54 +0200 Original-Received: (qmail 7766 invoked by uid 550); 25 Jul 2015 04:10:52 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 7731 invoked from network); 25 Jul 2015 04:10:51 -0000 Content-Disposition: inline In-Reply-To: <1436533404-7195-1-git-send-email-alexinbeijing@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:8197 Archived-At: On Fri, Jul 10, 2015 at 03:03:24PM +0200, Alex Dowad wrote: > The Makefile now uses an AS_CMD variable, which is set conditionally. > > The script no longer mistakenly treats __cp_begin and __cp_end as "functions". I tested this version and it seems to be working! Thanks again for your patience -- I've been really busy the past couple weeks. I'll commit soon if nothing else comes up. Rich