Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752659AbdLLP5P (ORCPT ); Tue, 12 Dec 2017 10:57:15 -0500 Received: from smtprelay4.synopsys.com ([198.182.47.9]:51714 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752580AbdLLP5J (ORCPT ); Tue, 12 Dec 2017 10:57:09 -0500 From: Alexey Brodkin To: "sudipm.mukherjee@gmail.com" CC: "linux-kernel@vger.kernel.org" , "Vineet.Gupta1@synopsys.com" , "akpm@linux-foundation.org" , "linux-snps-arc@lists.infradead.org" Subject: Re: [PATCH] arch: define weak abort Thread-Topic: [PATCH] arch: define weak abort Thread-Index: AQHTcsa5MOv/39k8KUmj34OJrjni5KM/zWWA Date: Tue, 12 Dec 2017 15:57:06 +0000 Message-ID: <1513094225.4945.6.camel@synopsys.com> References: <1513027568-4800-1-git-send-email-sudipm.mukherjee@gmail.com> In-Reply-To: <1513027568-4800-1-git-send-email-sudipm.mukherjee@gmail.com> Accept-Language: en-US, ru-RU Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.121.8.74] Content-Type: text/plain; charset="utf-8" Content-ID: <6C2D4283BE89E74A914024738757E7B5@internal.synopsys.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id vBCFvHUh025781 Content-Length: 479 Lines: 13 Hi Sudip, On Mon, 2017-12-11 at 21:26 +0000, Sudip Mukherjee wrote: > gcc was generating abort due to 'divide by zero' and if it is not > defined in the toolchain the build fails. > > Currently 'frv' and 'arc' are failing. Previously other arch was also > broken like m32r was fixed by d22e3d69ee1a ("m32r: fix build failure"). Why don't we revert mentioned d22e3d69ee1a ("m32r: fix build failure") if not in the same patch but in the series together with this one? -Alexey