Commit 3a523eeb by Richard Stallman

(TRAMPOLINE_SECTION): New macro.

From-SVN: r2888
parent 37552631
......@@ -825,6 +825,11 @@ extern char *alpha_function_name;
fprintf (FILE, "\t.quad 0,0\n"); \
}
/* Section in which to place the trampoline. On Alpha, instructions
may only be placed in a text segment. */
#define TRAMPOLINE_SECTION text_section
/* Length in units of the trampoline for entering a nested function. */
#define TRAMPOLINE_SIZE 32
......
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