diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index a7fe693..a1cf569 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -389,6 +389,11 @@ extern int current_function_contains_functions; extern int current_function_sp_is_unchanging; +/* Nonzero if the function being compiled has the address of its + labels taken. */ + +extern int current_function_addresses_labels; + /* Nonzero if the current function returns a pointer type */ extern int current_function_returns_pointer; |