From owner-freebsd-arm@FreeBSD.ORG Mon Sep 9 16:13:34 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0A71A835; Mon, 9 Sep 2013 16:13:34 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AA3821C8; Mon, 9 Sep 2013 16:13:33 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id l18so5628023wgh.16 for ; Mon, 09 Sep 2013 09:13:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=yg42ysgrYAHlO2DLOtIwn40Kgs7qVysu55GWAKBsCo8=; b=Bs1lOpFpO9yTkSbFJ009JIxlTMoInkQdBEg//IhKbsU36DUpS0209fhqlAo+jcsJJU p3dxu2xjq1yNwLO+MPylnRT69sapJKqMyHTvlNmr6FSJNRJtLm4jjXmVCvZt7Ksi0CUG oo5VEO2J6FdYOaWdW6nqe0GTV0BnjAoVNs8/lXGlnJAYaMLBSFo8jac3/FIaG8EZLIIY NsW7HQi9kYPi87uVjzidczJ015c8X0dW6MNlhl93DEqPqjnXeRD9tIuPwSViH+c/TMm4 J3HgpSwfWBfSjRKOiH/0qup3MSScmPaTr21vPNx1MG/jUDN+TRAhRdVIcgs0MutuMPmf UFmA== MIME-Version: 1.0 X-Received: by 10.194.122.99 with SMTP id lr3mr13080759wjb.21.1378743211841; Mon, 09 Sep 2013 09:13:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.73.133 with HTTP; Mon, 9 Sep 2013 09:13:31 -0700 (PDT) In-Reply-To: <20130907151159.35dcf45c@bender.Home> References: <20130820091527.42127170@bender.Home> <6046B66D-5F4C-4E8D-923A-3E26DED5DD8F@bsdimp.com> <1378437358.1111.444.camel@revolution.hippie.lan> <20130907151159.35dcf45c@bender.Home> Date: Mon, 9 Sep 2013 09:13:31 -0700 X-Google-Sender-Auth: wyotNcEQB-oh6VFte36ncZ_UE60 Message-ID: Subject: Re: Reminder: Removal of WITHOUT_ARM_EABI From: Adrian Chadd To: Andrew Turner Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" , Ian Lepore , Ronald Klop X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 16:13:34 -0000 On 7 September 2013 07:11, Andrew Turner wrote: > > This is good info, thanks. We've been digging into it a bit more on > > irc. One thing I determined that I'll mention so it saves you some > > grief... you were lucky to get that backtrace, because of all the > > "value optimized out" stuff. If you build the library with -O0 to > > prevent that, the backtrace will contain floating point numbers. > > Then because gdb uses the libc code we're trying to debug to format > > floating point numbers, gdb locks up. > > The issue causing the endless loop is that the layout of double > precision floating-point values appears to have changed. I have just > committed r255361 which should fix the issue. Nice teamwork all. Thanks to Ian for all the legwork. Now, time to bring up -HEAD on my ARM kit and test out the wifi stack somewhat. -adrian