This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: XScale port contributed


Hi Guys,

: > -   if (TARGET_HARD_FLOAT && (tune_flags & FL_XSCALE))
: > +   if (TARGET_HARD_FLOAT && (insn_flags & FL_XSCALE))
: >       {
: >         warning ("XScale does not support hardware FP instructions.");
: >         target_flags |= ARM_FLAG_SOFT_FLOAT;
: 
: Um, what Richard was also saying that setting target_flags
: is wrong.  Suppose the OS has a floating point emulator.
: And in that case even the warning would be tedious.

*sigh* Yes I understand now.  Trying to do too many things at once.
I will check in a patch to remove this test.

Cheers
	Nick

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