From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27654 invoked by alias); 6 Feb 2002 12:58:28 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27544 invoked from network); 6 Feb 2002 12:58:22 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 6 Feb 2002 12:58:22 -0000 Received: by fw-cam.cambridge.arm.com; id MAA07930; Wed, 6 Feb 2002 12:58:20 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma006944; Wed, 6 Feb 02 12:57:30 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id MAA28138; Wed, 6 Feb 2002 12:57:29 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id MAA07513; Wed, 6 Feb 2002 12:57:29 GMT Message-Id: <200202061257.MAA07513@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: gdb-patches@sources.redhat.com cc: Richard.Earnshaw@arm.com, Andrew Cagney Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: PATCH multi-arch FLOAT_INFO In-reply-to: Your message of "Wed, 06 Feb 2002 12:54:41 GMT." <200202061254.MAA07185@cam-mail2.cambridge.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 06 Feb 2002 04:58:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-02/txt/msg00166.txt.bz2 Argh! Although I posted these in the diff just now, they are not part of the patch. Index: config/m68k/nm-apollo68b.h =================================================================== RCS file: /cvs/src/src/gdb/config/m68k/nm-apollo68b.h,v retrieving revision 1.2 diff -p -r1.2 nm-apollo68b.h *** nm-apollo68b.h 2001/03/06 08:21:30 1.2 --- nm-apollo68b.h 2002/02/06 11:39:42 *************** *** 30,37 **** #define KERNEL_U_ADDR 0 - #undef FLOAT_INFO /* No float info yet */ - #define REGISTER_U_ADDR(addr, blockend, regno) \ (addr) = (6 + 4 * (regno)) --- 30,35 ---- Index: config/ns32k/nm-nbsd.h =================================================================== RCS file: /cvs/src/src/gdb/config/ns32k/nm-nbsd.h,v retrieving revision 1.3 diff -p -r1.3 nm-nbsd.h *** nm-nbsd.h 2001/03/06 08:21:33 1.3 --- nm-nbsd.h 2002/02/06 11:39:42 *************** *** 26,32 **** #include "nm-nbsd.h" #if 0 ! #define FLOAT_INFO { extern ns32k_float_info(); ns32k_float_info(); } #endif #define REGISTER_U_ADDR(addr, blockend, regno) \ --- 26,33 ---- #include "nm-nbsd.h" #if 0 ! extern ns32k_float_info() ! #define FLOAT_INFO() ns32k_float_info () #endif #define REGISTER_U_ADDR(addr, blockend, regno) \