From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27013 invoked by alias); 14 Mar 2011 15:56:48 -0000 Received: (qmail 26999 invoked by uid 22791); 14 Mar 2011 15:56:46 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 Mar 2011 15:56:39 +0000 Received: from wpaz29.hot.corp.google.com (wpaz29.hot.corp.google.com [172.24.198.93]) by smtp-out.google.com with ESMTP id p2EFuas3020551 for ; Mon, 14 Mar 2011 08:56:36 -0700 Received: from gwb15 (gwb15.prod.google.com [10.200.2.15]) by wpaz29.hot.corp.google.com with ESMTP id p2EFuK9W002766 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 14 Mar 2011 08:56:35 -0700 Received: by gwb15 with SMTP id 15so2279984gwb.26 for ; Mon, 14 Mar 2011 08:56:34 -0700 (PDT) Received: by 10.150.117.18 with SMTP id p18mr5946724ybc.448.1300118194533; Mon, 14 Mar 2011 08:56:34 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id w1sm5481646ybl.9.2011.03.14.08.56.32 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 14 Mar 2011 08:56:34 -0700 (PDT) From: Ian Lance Taylor To: "Jan Beulich" Cc: , "Ingo Molnar" , , "H.J. Lu" , "Thomas Gleixner" , "Andrew Morton" , "Linus Torvalds" , "binutils" , "LKML" , "H. Peter Anvin" Subject: Re: PATCH: Add --size-check=[error|warning] References: <4D7E095802000078000363D5@vpn.id2.novell.com> <4D7E166C0200007800036451@vpn.id2.novell.com> Date: Mon, 14 Mar 2011 15:56:00 -0000 In-Reply-To: <4D7E166C0200007800036451@vpn.id2.novell.com> (Jan Beulich's message of "Mon, 14 Mar 2011 12:21:48 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00280.txt.bz2 "Jan Beulich" writes: > No - $(AS) isn't being used to translate .S files, $(CC) is being used > instead. That's why I pointed at the necessary -B option (so that > the compiler would be able to locate the wrapper H.J. suggested). You could also just put a -Wa option in your $(CC). That seems simpler than a -B option. (I don't really care about this issue one way or another.) Ian