On Thu, Jul 21, 2005 at 04:56:01PM -0700, Dale Johannesen wrote: > - Have flags work as now: -malign-double makes both 8, > -mno-align-double > makes both 4. Problem with that is the default is neither of these, > and > this doesn't fit neatly into gcc's model of two-valued flags; it's > also a bit > tricky to implement for the same reason.
Nah, you just remove it from target_flags, and control the two new variables from ix86_handle_option. Why do you want to make these sort of arbitrary changes to your ABI? I can't see what you win... r~