]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/dsp16xx/dsp16xx.c
alpha.c (TARGET_ASM_GLOBALIZE_LABEL): Define for unicosmk.
[thirdparty/gcc.git] / gcc / config / dsp16xx / dsp16xx.c
index b30e4052331393f51547cf045c3b51050491d68d..b031aa2bdcb5ea2a93eebac5cec17c9fdcc3ee8f 100644 (file)
@@ -2198,7 +2198,7 @@ asm_output_common(file, name, size, rounded)
      int rounded;
 {
     bss_section ();
-    ASM_GLOBALIZE_LABEL (file, name);
+    (*targetm.asm_out.globalize_label) (file, name);
     assemble_name (file, name);
     fputs (":", file);
     if (rounded > 1)