aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mcore/mcore-pe.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mcore/mcore-pe.h')
-rw-r--r--gcc/config/mcore/mcore-pe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mcore/mcore-pe.h b/gcc/config/mcore/mcore-pe.h
index a580fc5..a6ea4d4 100644
--- a/gcc/config/mcore/mcore-pe.h
+++ b/gcc/config/mcore/mcore-pe.h
@@ -125,7 +125,7 @@ drectve_section () \
assemble_name (FILE, \
XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0)); \
putc ('\n', FILE); \
- ASM_OUTPUT_INTERNAL_LABEL (FILE, "LM", sym_lineno); \
+ (*targetm.asm_out.internal_label) (FILE, "LM", sym_lineno); \
sym_lineno ++; \
} \
}