diff options
Diffstat (limited to 'gcc/multiple_target.cc')
-rw-r--r-- | gcc/multiple_target.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/multiple_target.cc b/gcc/multiple_target.cc index 3e2d268..67866a7 100644 --- a/gcc/multiple_target.cc +++ b/gcc/multiple_target.cc @@ -178,7 +178,6 @@ create_dispatcher_calls (struct cgraph_node *node) node->set_comdat_group (NULL); node->externally_visible = false; node->forced_by_abi = false; - node->set_section (NULL); DECL_ARTIFICIAL (node->decl) = 1; node->force_output = true; |