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]

Re: [PATCH] Fix for SPARC leaf sibcalls in pic


   Date: Mon, 17 Apr 2000 16:40:11 +0200
   From: Jakub Jelinek <jakub@redhat.com>

   For pic we cannot use the sethi/jmpl sibcall for leaf procedures and must
   use mov %o7, %g1; call; mov %g1, %o7 like is used for 64bit memory models
   other than medlow already.
   Ok to commit?

This looks fine to me.

Later,
David S. Miller
davem@redhat.com

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