From: Richard Kenner Date: Tue, 16 Apr 1996 20:51:58 +0000 (-0400) Subject: (assemble_trampoline_template): No such function if no X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0e969bd285aa79043bacfc80550d3a74abbb863;p=gcc.git (assemble_trampoline_template): No such function if no TRAMPOLINE_TEMPLATE. From-SVN: r11823 --- diff --git a/gcc/varasm.c b/gcc/varasm.c index cc60f03fec1..15d749d72b5 100644 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -1765,6 +1765,7 @@ assemble_static_space (size) This is done at most once per compilation. Returns an RTX for the address of the template. */ +#ifdef TRAMPOLINE_TEMPLATE rtx assemble_trampoline_template () { @@ -1798,6 +1799,7 @@ assemble_trampoline_template () = (char *) obstack_copy0 (&permanent_obstack, label, strlen (label)); return gen_rtx (SYMBOL_REF, Pmode, name); } +#endif /* Assemble the integer constant X into an object of SIZE bytes. X must be either a CONST_INT or CONST_DOUBLE.