diff options
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r-- | gcc/config/darwin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 6b681ee..99d9928 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -651,7 +651,7 @@ extern GTY(()) int darwin_ms_struct; && (!DECL_COMMON (DECL) || !TREE_PUBLIC (DECL))) \ || DECL_INITIAL (DECL)) \ (* targetm.encode_section_info) (DECL, DECL_RTL (DECL), false); \ - ASM_OUTPUT_LABEL (FILE, xname); \ + ASM_OUTPUT_FUNCTION_LABEL (FILE, xname, DECL); \ } while (0) #undef TARGET_ASM_DECLARE_CONSTANT_NAME |