(TRAMPOLINE_SECTION): New macro.

From-SVN: r2888
This commit is contained in:
Richard Stallman 1992-12-16 19:55:05 +00:00
parent 375526315d
commit 3a523eebbc
1 changed files with 5 additions and 0 deletions

View File

@ -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