This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: FYI: patched i386/xm-nbsd.h


"J.T. Conklin" wrote:
> 
> As suggested by Mark Kettenis, I've checked in the enclosed patch
> 
>         --jtc
> 
> 2000-04-03  J.T. Conklin  <jtc@redback.com>
> 
>         * config/i386/xm-nbsd.h (HOST_LONG_DOUBLE_FORMAT): Define.
> 
> Index: config/i386/xm-nbsd.h
> ===================================================================
> RCS file: /cvs/src/src/gdb/config/i386/xm-nbsd.h,v
> retrieving revision 1.1.1.2
> diff -c -3 -p -r1.1.1.2 xm-nbsd.h
> *** xm-nbsd.h   1999/07/07 20:13:42     1.1.1.2
> --- xm-nbsd.h   2000/04/03 21:30:47
> ***************
> *** 20,22 ****
> --- 20,24 ----
> 
>   /* Get generic NetBSD host definitions. */
>   #include "xm-nbsd.h"
> +
> + #define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext

Just an asside on this one.  If memory serves correct, I think the long
long term plan was to eliminating xm-*.h and instead use autoconf for
these host side things.

	enjoy,
		Andrew

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]