This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem in locate_and_pad_parm
- To: dje at watson dot ibm dot com (David Edelsohn)
- Subject: Re: Problem in locate_and_pad_parm
- From: Joern Rennecke <amylaar at redhat dot com>
- Date: Thu, 19 Oct 2000 02:37:01 +0100 (BST)
- Cc: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner), Franz dot Sirl-kernel at lauterbach dot com, gcc at gcc dot gnu dot org
> Is this related to the expr.h:MUST_PASS_IN_STACK() early
> limitation of GCC which we still are carrying around about which way
> values are aligned in argument registers? We had a long discussion about
> this a few years ago, but some confusion remained and no changes were
> implemented.
Actually, there was a change. MUST_PASS_IN_STACK can now be overridden
in the tm.h file, and some targets actually do this today.