(TRAMPOLINE_SECTION): New macro.
From-SVN: r2888
This commit is contained in:
parent
375526315d
commit
3a523eebbc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user