From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20413 invoked by alias); 19 Jul 2006 20:37:49 -0000 Received: (qmail 20394 invoked by uid 22791); 19 Jul 2006 20:37:48 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Jul 2006 20:37:46 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k6JKbdpe032396; Wed, 19 Jul 2006 22:37:39 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6JKbc26010390; Wed, 19 Jul 2006 22:37:38 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k6JKbcgV013476; Wed, 19 Jul 2006 22:37:38 +0200 (CEST) Date: Wed, 19 Jul 2006 20:37:00 -0000 Message-Id: <200607192037.k6JKbcgV013476@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: rearnsha@arm.com CC: gdb-patches@sourceware.org In-reply-to: <1153298262.20443.64.camel@pc960.cambridge.arm.com> (message from Richard Earnshaw on Wed, 19 Jul 2006 09:37:43 +0100) Subject: Re: Initialize default floating-point model on ARM for GNU binaries References: <200607172250.k6HMoIN2009013@elgar.sibelius.xs4all.nl> <1153240315.20443.52.camel@pc960.cambridge.arm.com> <200607181747.k6IHlq4u030827@elgar.sibelius.xs4all.nl> <1153298262.20443.64.camel@pc960.cambridge.arm.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00262.txt.bz2 > > Index: ChangeLog > > from Mark Kettenis > > > > * arm-tdep.c (arm_gdbarch_init): Get default floating-point model > > from ELF flags for binaries produced by the GNU toolchain. > > Thanks, this is fine. Good, Committed