diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h index 67cf25d..858c82a 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -421,6 +421,10 @@ struct gcc_target that type. */ bool (* default_short_enums) (void); + /* This target hook returns an rtx that is used to store the address + of the current frame into the built in @code{setjmp} buffer. */ + rtx (* builtin_setjmp_frame_value) (void); + /* Leave the boolean fields at the end. */ /* True if arbitrary sections are supported. */ |