This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: RFA: Darwin x86 alignment


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~


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