aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/method.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/method.c')
-rw-r--r--gcc/cp/method.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index c1d30d4..d0ed0f4 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -252,7 +252,7 @@ make_alias_for_thunk (tree function)
tree alias;
char buf[256];
- ASM_GENERATE_INTERNAL_LABEL (buf, "LTHUNK", thunk_labelno);
+ targetm.asm_out.generate_internal_label (buf, "LTHUNK", thunk_labelno);
thunk_labelno++;
alias = make_alias_for (function, get_identifier (buf));