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 m68k] Fix TRANSFER_FROM_TRAMPOLINE for -Werror


On Mon, Nov 03, 2003 at 04:53:59PM -0800, Zack Weinberg wrote:
> I wonder if a definition like this for TRANSFER_FROM_TRAMPOLINE would
> work (#define and backslashes omitted for readability):
> 
> void
> ___trampoline (register char *a0 asm ("%a0"))

  No, it doesn't since GCC doesn't support passing arguments in registers
  (Well, my port does support it :-)

  Gunther


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