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 preview] New target hooks


On Aug  4, 2003, Richard Henderson <rth@redhat.com> wrote:

> On Mon, Aug 04, 2003 at 09:35:49AM -0300, Alexandre Oliva wrote:
>> Consider calls to libgcc internal functions.

> Which don't have DECLs, and don't go through these routines.

Are we suggesting we add separate target hooks to define calling
conventions of libcalls, then?  INIT_CUMULATIVE_INCOMING_ARGS, for
example, is used for both libcalls and non-libcalls.  Also,
FUNCTION_VALUE takes a function DECL, should it be changed to take the
TYPE instead?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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