From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932599AbcAKLOm (ORCPT ); Mon, 11 Jan 2016 06:14:42 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:40944 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932322AbcAKLOl (ORCPT ); Mon, 11 Jan 2016 06:14:41 -0500 Date: Mon, 11 Jan 2016 03:14:37 -0800 From: Guenter Roeck To: Geert Uytterhoeven Cc: "linux-kernel@vger.kernel.org" Subject: Re: Build regressions/improvements in v4.4 Message-ID: <20160111111437.GA19316@roeck-us.net> References: <1452500907-30943-1-git-send-email-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Mon, Jan 11, 2016 at 09:29:52AM +0100, Geert Uytterhoeven wrote: > On Mon, Jan 11, 2016 at 9:28 AM, Geert Uytterhoeven > wrote: > > JFYI, when comparing v4.4[1] to v4.4-rc8[3], the summaries are: > > - build errors: +13/-13 > > > [1] http://kisskb.ellerman.id.au/kisskb/head/9774/ (all 259 configs) > > + /tmp/cc0jJBdq.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 43 > + /tmp/ccAZ4Auh.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 43 > + /tmp/ccB0ZRvh.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 403, 41 > + /tmp/ccMX3tVu.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 43 > + /tmp/ccRRACJX.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 43 > + /tmp/ccV0AVwo.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 44 > + /tmp/ccYG07Rw.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 49, 378 > + /tmp/ccZgopoJ.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 49, 366 > + /tmp/ccdDASPC.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 43 > + /tmp/cclXFWlr.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 43 > + /tmp/ccnzCwY6.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 43 > + /tmp/ccyAN6Ix.s: Error: can't resolve `_start' {*UND* section} - > `L0^A' {.text section}: => 43 > > Various MIPS, the saga continues... > Hi Geert, do you know which version of binutils is used by kisskb ? If it is 2.23.90 or similar (ie below 2.24 and third level version has more than one digit), there is a patch pending to fix it. Thanks, Guenter