summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/cgraphunit.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/cgraphunit.c')
-rw-r--r--contrib/gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc/cgraphunit.c b/contrib/gcc/cgraphunit.c
index 6d6ce2f..cc8b98f 100644
--- a/contrib/gcc/cgraphunit.c
+++ b/contrib/gcc/cgraphunit.c
@@ -1676,7 +1676,7 @@ cgraph_build_static_cdtor (char which, tree body, int priority)
tree decl, name, resdecl;
sprintf (which_buf, "%c_%d", which, counter++);
- name = get_file_function_name_long (which_buf);
+ name = get_file_function_name (which_buf);
decl = build_decl (FUNCTION_DECL, name,
build_function_type (void_type_node, void_list_node));
OpenPOWER on IntegriCloud