This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Re: [RFA] Add some VAX floating point formats to floatformat.[ch]


On Wed, 2005-08-31 09:52:21 +0200, Mark Kettenis <mark.kettenis@xs4all.nl> wrote:
> --- include/floatformat.h 17 Aug 2005 18:03:25 -0000 1.12
> +++ include/floatformat.h 31 Aug 2005 07:39:01 -0000
> @@ -97,6 +98,12 @@ extern const struct floatformat floatfor
>  
>  extern const struct floatformat floatformat_ieee_double_littlebyte_bigword;
>  
> +/* floatformats for VAX.  */
> +
> +extern const struct floatformat floatformat_vax_f;
> +extern const struct floatformat floatformat_vax_d;
> +extern const struct floatformat floatformat_vax_g;
> +
>  /* floatformats for various extendeds.  */
>  
>  extern const struct floatformat floatformat_i387_ext;

What about h_floating? If you're already at cleaning up the FP support
for VAX, could you please add that one, too?

MfG, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fÃr einen Freien Staat voll Freier BÃrger"  | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

Attachment: signature.asc
Description: Digital signature


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