Commit 24f0c1b4 by Richard Earnshaw

(enum floating_point_type): New enumeration type.

(arm_fpu): New declaration.

From-SVN: r7571
parent cb039f8a
......@@ -126,6 +126,18 @@ enum processor_type
extern enum processor_type arm_cpu;
/* What sort of floating point unit do we have? Hardware or software. */
enum floating_point_type
{
FP_HARD,
FP_SOFT
};
/* Recast the floating point class to be the floating point attribute. */
#define arm_fpu_attr ((enum attr_fpu) arm_fpu)
extern enum floating_point_type arm_fpu;
#define TARGET_DEFAULT 0
#define TARGET_MEM_FUNCTIONS 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment