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


>>>>> Alan Modra writes:

Alan> In exactly the same situations a non-biarch --target=powerpc-linux
Alan> compiler will use RS6000_CALL_GLUE.  ie. the patch doesn't change
Alan> existing behaviour.  You may have unearthed an existing bug, but
Alan> it's not a new one.

	I don't think it necessarily is a bug because the macros is not
except for ABI_AIX.

	I want to avoid adding new definitions or expanding definitions to
cover cases that don't exist because someone later will interpret that as
self-documenting code: "This was done on purpose."  Or later will enable
some 32/64-bit thunk mode that breaks because of this.  Where possible, I
would like to avoid making things selectable when the other case never
occurs.

	Please keep RS6000_CALL_GLUE uniformly defined to "nop".  If this
breaks something, we have a worse problem.

Thanks, David


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