(assemble_trampoline_template): No such function if no
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Apr 1996 20:51:58 +0000 (16:51 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Apr 1996 20:51:58 +0000 (16:51 -0400)
TRAMPOLINE_TEMPLATE.

From-SVN: r11823

gcc/varasm.c

index cc60f03fec1d4ae04db7aac7376fcb928329cd08..15d749d72b5e990707f88842337e96bbf9d015d1 100644 (file)
@@ -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
 \f
 /* Assemble the integer constant X into an object of SIZE bytes.
    X must be either a CONST_INT or CONST_DOUBLE.