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: Floating point types in target descriptions


On Fri, Apr 13, 2007 at 01:48:09PM +0100, Paul Brook wrote:
> The patch below adds ieee_single and ieee_double predefined types for use in 
> XML target descriptions.  These are needed to describe vector types with 
> floating point elements.
> 
> I considered using "float"/"double" and/or "float32"/"float64". However the 
> former are ambiguous with the "float" register type, and the latter don't 
> really tell you want you're getting. If targets need non-ieee types they can 
> add them like arm_fpa_ext.
> 
> Ok?

Thanks, this is OK.

-- 
Daniel Jacobowitz
CodeSourcery


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