Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753223AbdHJUN1 (ORCPT ); Thu, 10 Aug 2017 16:13:27 -0400 Received: from mail-qt0-f175.google.com ([209.85.216.175]:33964 "EHLO mail-qt0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752800AbdHJUN0 (ORCPT ); Thu, 10 Aug 2017 16:13:26 -0400 To: Catalin Marinas , Will Deacon , Ard Biesheuvel Cc: linux-arm-kernel , Linux Kernel Mailing List , Arnd Bergmann From: Laura Abbott Subject: New assembler warnings with binutils 2.29 Message-ID: Date: Thu, 10 Aug 2017 13:13:22 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 554 Lines: 20 Fedora rawhide recently upgraded to binutils 2.29 and this seems to produce new warnings: ./arch/arm64/include/asm/assembler.h: Assembler messages: ./arch/arm64/include/asm/assembler.h:125: Warning: ignoring attempt to redefine built-in register 'lr' This is /* * Register aliases. */ lr .req x30 // link register https://kojipkgs.fedoraproject.org//packages/kernel/4.13.0/0.rc2.git2.1.fc27/data/logs/aarch64/build.log has an example log. As far as I can tell this doesn't affect anything at runtime. Any ideas? Thanks, Laura