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: RFA: gdbarch IEEE_FLOAT


> > The changes to the tm.h files are trivial, so I don't think this
> > really needs approval from the various platform maintainers.
> > 
> > 2000-04-10  Jim Blandy  <jimb@redhat.com>
> > 
> >         Bring IEEE_FLOAT under gdbarch's control.
> > ...
> 
> Ok with me.

Okay.  I've committed this.


> BTW, the need to add the below is going away soon.  I've pending
> multi-arch patches that will provide this as a non- multi-arch default.
> 
> > + /* Provide a default value for IEEE_FLOAT.  */
> > + #ifndef IEEE_FLOAT
> > + #define IEEE_FLOAT (0)
> > + #endif

Sounds great to me!

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