From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752008AbcLEVYC (ORCPT ); Mon, 5 Dec 2016 16:24:02 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:44501 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751328AbcLEVYA (ORCPT ); Mon, 5 Dec 2016 16:24:00 -0500 Date: Mon, 5 Dec 2016 13:23:56 -0800 From: Guenter Roeck To: linux-kernel@vger.kernel.org, Arnd Bergmann Cc: Adam Borowski , Linus Torvalds Subject: Build error due to commit 8ab2ae655b ("default exported asm symbols to zero") Message-ID: <20161205212356.GA4263@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, commit 8ab2ae655bf ("default exported asm symbols to zero") results in the following build error when building alpha:allmodconfig. arch/alpha/lib/callback_srm.S: Assembler messages: arch/alpha/lib/callback_srm.S:97: Warning: Tried to .set unrecognized mode `__crc_callback_getenv' arch/alpha/lib/callback_srm.S:97: Error: junk at end of line, first unrecognized character is `,' arch/alpha/lib/callback_srm.S:98: Warning: Tried to .set unrecognized mode `__crc_callback_setenv' arch/alpha/lib/callback_srm.S:98: Error: junk at end of line, first unrecognized character is `,' arch/alpha/lib/callback_srm.S:99: Warning: Tried to .set unrecognized mode `__crc_callback_save_env' arch/alpha/lib/callback_srm.S:99: Error: junk at end of line, first unrecognized character is `,' I tried with the 4.6.3 toolchain from kernel.org (binutils 2.22) and with a self-built toolchain based on gcc 5.1.0 and binutils 2.24. Guenter