diff options
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 6c992cf..2597140 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -62,6 +62,7 @@ along with GCC; see the file COPYING3. If not see #include "integrate.h" #include "debug.h" #include "target.h" +#include "common/common-target.h" #include "langhooks.h" #include "cfglayout.h" #include "cfgloop.h" @@ -1512,7 +1513,7 @@ process_options (void) fatal_error ("can%'t open %s: %m", aux_info_file_name); } - if (! targetm.have_named_sections) + if (!targetm_common.have_named_sections) { if (flag_function_sections) { |