Commit f0e969bd by Richard Kenner

(assemble_trampoline_template): No such function if no

TRAMPOLINE_TEMPLATE.

From-SVN: r11823
parent 1e2414db
...@@ -1765,6 +1765,7 @@ assemble_static_space (size) ...@@ -1765,6 +1765,7 @@ assemble_static_space (size)
This is done at most once per compilation. This is done at most once per compilation.
Returns an RTX for the address of the template. */ Returns an RTX for the address of the template. */
#ifdef TRAMPOLINE_TEMPLATE
rtx rtx
assemble_trampoline_template () assemble_trampoline_template ()
{ {
...@@ -1798,6 +1799,7 @@ assemble_trampoline_template () ...@@ -1798,6 +1799,7 @@ assemble_trampoline_template ()
= (char *) obstack_copy0 (&permanent_obstack, label, strlen (label)); = (char *) obstack_copy0 (&permanent_obstack, label, strlen (label));
return gen_rtx (SYMBOL_REF, Pmode, name); return gen_rtx (SYMBOL_REF, Pmode, name);
} }
#endif
/* Assemble the integer constant X into an object of SIZE bytes. /* Assemble the integer constant X into an object of SIZE bytes.
X must be either a CONST_INT or CONST_DOUBLE. X must be either a CONST_INT or CONST_DOUBLE.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment