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]
Other format: [Raw text]

Re: PowerPC SVR4 ABI compliance fix



> 	Why do we need MASK_FOO and MASK_FOO_SET (MULTIPLE, STRING, and
> AIX_STRUCT)?  Why do we need ALTIVEC_ABI as a target_flag instead of using
> rs6000_current_abi? 

we can't put "altivec_abi" in rs6000_current_abi because altivecabi is
just an extension to the current abi, not a different abi.  the entries
in rs6000_current_abi are mutually exclusive.

i guess altivec_abi doesn't need to be in target_flags, it could reside
in any other global variable, because it's just accessed with the macro
TARGET_ALTIVEC.

> 
> David
-- 
Aldy Hernandez			E-mail: aldyh@redhat.com
Professional Gypsy
Red Hat, Inc.


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