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: A change to MUST_PASS_IN_STACK


	MUST_PASS_IN_STACK is not a statement of the target to the common
parts of GCC, it is a(n) (outdated) statement of the common parts of GCC
to targets.  It refers to a very old limitation of GCC version 1 which no
longer is a limitation, but still is required because it implicitly
defines the ABI of some targets.  Changing the macro probably is not the
right approach unless we want to re-open this can of worms.

David


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