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


>>>>> Aldy Hernandez writes:

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

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

	Why do we need both TARGET_ALTIVEC and TARGET_ALTIVEC_ABI?  Is
this a requirement of the contract Red Hat is implementing?

David


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