From f0e969bd285aa79043bacfc80550d3a74abbb863 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 16 Apr 1996 16:51:58 -0400 Subject: [PATCH] (assemble_trampoline_template): No such function if no TRAMPOLINE_TEMPLATE. From-SVN: r11823 --- gcc/varasm.c | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.30.2