diff options
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index 64983ca..fe58876 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -116,6 +116,11 @@ extern bool exit_after_options; extern int target_flags_explicit; +/* True if the user has tagged the function with the 'section' + attribute. */ + +extern bool user_defined_section_attribute; + /* See toplev.c. */ extern int flag_loop_optimize; extern int flag_crossjumping; |