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: patch to add x86 help


Craig Burley wrote:
> >+  { "align-double",		 MASK_ALIGN_DOUBLE, "Align doubles on dword boundary" },\
> >+  { "no-align-double",		-MASK_ALIGN_DOUBLE, "Align doubles on word boundary" },		\
> 
> For now, I'd suggest "Align [some] doubles...", since stack doubles
> do not get aligned (yet).
> 
> >+  { "no-fancy-math-387",	 MASK_NO_FANCY_MATH_387, "Do not generate sin, sos, sqrt for 387" },		\
> 
> "cos", not "sos".  "sos" is an old DEC-10 editor.  :)

I've committed your suggestions, Craig.

> Thanks for doing this important work!!

It's simple enough that I can do it and uninteresting enough that the
Wizards are unlikely to do it. :-)

RJL


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