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: problem building GCC on PowerPC wiht AltiVec enabled


Am Die, 2002-07-23 um 11.59 schrieb Franz Sirl:

> BTW, what I'm still unsure about is the binary compatibility between code 
> compiled with -mno-altivec-abi and -maltivec-abi. Do the different values 
> for STACK_BOUNDARY and ABI_STACK_BOUNDARY create a compatibility problem?

It's only incompatible when using vector varargs as far as I can tell.
Normal (i.e. local vector) usage shows only one difference: The setup
of the vector safe register; this one is useless on Linux anyway since 
all vector registers are safed on a context switch.
 
-- 
Servus,
       Daniel

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


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