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] ppc64: move crt3.o makefile fragments, 64-bit call patterns


	I bootstrapped on powerpc64-linux with the patch and it does not
break, but I do not think that the patch is what you intended.

	First, I think that you meant for the define_insn names to be
"call_*_sysv<mode>" not "...<P>", at least if you wanted different names
for 32-bit and 64-bit.  The names never are referenced, so it does not
matter, but it's just confusing.

	Second, I think that you want to updates the sibcall_*_sysv
patterns as well.

David


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