From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VgbjY-0005OF-AC for mharc-grub-devel@gnu.org; Wed, 13 Nov 2013 09:47:56 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgbjR-0005Nm-DM for grub-devel@gnu.org; Wed, 13 Nov 2013 09:47:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VgbjM-0002yB-PP for grub-devel@gnu.org; Wed, 13 Nov 2013 09:47:49 -0500 Received: from v6.chiark.greenend.org.uk ([2001:ba8:1e3::]:37973 helo=chiark.greenend.org.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VgbjM-0002y1-JC for grub-devel@gnu.org; Wed, 13 Nov 2013 09:47:44 -0500 Received: from [172.20.153.9] (helo=riva.pelham.vpn.ucam.org) by chiark.greenend.org.uk (Debian Exim 4.72 #1) with esmtps (return-path cjwatson@ubuntu.com) id 1VgbjL-00010c-K9 for grub-devel@gnu.org; Wed, 13 Nov 2013 14:47:43 +0000 Received: from ns1.pelham.vpn.ucam.org ([172.20.153.2] helo=riva.ucam.org) by riva.pelham.vpn.ucam.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1VgbjK-00082M-Mm for grub-devel@gnu.org; Wed, 13 Nov 2013 14:47:42 +0000 Date: Wed, 13 Nov 2013 14:47:41 +0000 From: Colin Watson To: The development of GNU GRUB Subject: Re: Division clash between core and libgcc on ARM Message-ID: <20131113144741.GA30137@riva.ucam.org> References: <20131113134253.GL16147@riva.ucam.org> <528387E3.9030703@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <528387E3.9030703@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:ba8:1e3:: X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2013 14:47:54 -0000 On Wed, Nov 13, 2013 at 03:08:35PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > On 13.11.2013 14:42, Colin Watson wrote: > > * grub-core/kern/misc.c: Don't redirect divisions in the > > GRUB_UTIL case. > > You also need similar adjustment to misc.h Good catch, thanks. Committed. -- Colin Watson [cjwatson@ubuntu.com]