From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King Subject: Re: linux-next: build warning after merge of the arm tree Date: Tue, 28 Nov 2017 23:19:59 +0000 Message-ID: <20171128231959.GU8052@flint.armlinux.org.uk> References: <20171129101637.1e4c7af3@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from pandora.armlinux.org.uk ([78.32.30.218]:56802 "EHLO pandora.armlinux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751496AbdK1XUQ (ORCPT ); Tue, 28 Nov 2017 18:20:16 -0500 Content-Disposition: inline In-Reply-To: <20171129101637.1e4c7af3@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Nicolas Pitre Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Robin Murphy On Wed, Nov 29, 2017 at 10:16:37AM +1100, Stephen Rothwell wrote: > Hi Russell, > > After merging the arm tree, today's linux-next build (arm > multi_v7_defconfig) produced this warning: > > arch/arm/vfp/vfphw.S: Assembler messages: > arch/arm/vfp/vfphw.S:158: Warning: conditional infixes are deprecated in unified syntax > arch/arm/vfp/vfphw.S:233: Warning: conditional infixes are deprecated in unified syntax > arch/arm/kernel/entry-common.S: Assembler messages: > arch/arm/kernel/entry-common.S:285: Warning: conditional infixes are deprecated in unified syntax > arch/arm/kernel/entry-common.S:286: Warning: conditional infixes are deprecated in unified syntax > arch/arm/kernel/entry-common.S:365: Warning: conditional infixes are deprecated in unified syntax > > And many more similar. > > Presumably introduced by commit > > cabcafe5d1a5 ("ARM: 8723/1: always assume the "unified" syntax for assembly code") Nicolas, was your patch tested? Is this another binutils weirdness? Stephen, which binutils version are you using? Thanks. -- Russell King ARM architecture Linux Kernel maintainer