Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750980AbcDQOnw (ORCPT ); Sun, 17 Apr 2016 10:43:52 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:56486 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750745AbcDQOnv (ORCPT ); Sun, 17 Apr 2016 10:43:51 -0400 Date: Sun, 17 Apr 2016 15:43:49 +0100 (BST) From: "Maciej W. Rozycki" To: Ralf Baechle cc: kbuild test robot , Paul Burton , kbuild-all@01.org, linux-kernel@vger.kernel.org Subject: Re: {standard input}:136: Error: number (0x9000000080000000) larger than 32 bits In-Reply-To: <20160417011926.GA4014@linux-mips.org> Message-ID: References: <201604170836.kTyP1sCY%fengguang.wu@intel.com> <20160417011926.GA4014@linux-mips.org> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 986 Lines: 22 Ralf, > > All errors (new ones prefixed by >>): > > > > {standard input}: Assembler messages: > > >> {standard input}:136: Error: number (0x9000000080000000) larger than 32 bits > > {standard input}:161: Error: number (0x9000000080000000) larger than 32 bits > > This is a toolchain issue afaik which I believe is the same I was seeing > a while ago on Imaginations buildbot. There it has gone away presumably > after a toolchain upgrade. Maciej, do you recall which versions were > affected? I've been wondering about these errors too as I have never come across them myself. So I have no idea what's causing them and I can't really help other than maybe running `git bisect' on binutils sometime. Or is there a way to get the version of GAS involved? -- `as --version' will do. I could see if I could build it and reproduce the problem to see what's causing it. Also seeing the offending .s file could help too, i.e. knowing what the context is here. Maciej