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: [PATCH] powerpc64-linux bi-arch support


>>>>> Jakub Jelinek writes:

>> Why are you changing RS6000_CALL_GLUE based on TARGET_64BIT?  It is a new
>> mnemonic versus old mnemonic issue.  PPC32 Linux does not use it and PPC64
>> only uses "nop".

Jakub> I think -m32 -mcall-aixdesc still uses it.
Jakub> If it is ok for -m32 -mcall-aixdesc to emit nop instead of cror 31,31,31,
Jakub> then this hunk can certainly go away.

	If that's the reason, then it certainly is not reflected in any
comment and the test should be based on aix-calldesc, not TARGET_64BIT.

David


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