diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 8060840..53f4418 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -340,6 +340,11 @@ enum pta_type flag_tree_points_to = PTA_NONE; to optimize, debug_info_level and debug_hooks in process_options (). */ int flag_var_tracking = AUTODETECT_FLAG_VAR_TRACKING; +/* True if the user has tagged the function with the 'section' + attribute. */ + +bool user_defined_section_attribute = false; + /* Values of the -falign-* flags: how much to align labels in code. 0 means `use default', 1 means `don't align'. For each variable, there is an _log variant which is the power |