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: frv sibcalls and conditional returns


Alexandre Oliva wrote:
This patch arranges for GCC to emit optimal code for syscall wrappers
in frv-uclinux.  Sibcalls were already implemented, but Richard
Sandiford says he ran into problems in them a very long time ago,
which got him to fully disable them in the branch we've been working
on, to the point that I reimplemented it from scratch.

OK.


frv_function_ok_for_sibcall has no explanatory comment before it. It should also have ATTRIBUTE_UNUSED markers on the parameters to avoid compiler warnings.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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