]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix into account.
authorJ"orn Rennecke <joern.rennecke@superh.com>
Mon, 11 Aug 2003 13:45:50 +0000 (13:45 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Mon, 11 Aug 2003 13:45:50 +0000 (14:45 +0100)
* dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
into account.

From-SVN: r70322

gcc/ChangeLog
gcc/dwarf2asm.c

index 2c4e5de420e0b1a746e8c8d466e52fb2e23fb0a2..cd28cf7123b4be871879fb63c9986ffcb9231bed 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-11  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * dwarf2asm.c (dw2_output_indirect_constant_1): Take user_label_prefix
+       into account.
+
 2003-08-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * builtins.c (expand_builtin_strcat): Optimize constant strings.
index cd1b91af8d81d568393f5587f239fd9d01fae4a3..84b878f8d9e31d119f12a14206be541402d7f999 100644 (file)
@@ -757,7 +757,7 @@ dw2_output_indirect_constant_1 (splay_tree_node node,
   sym = (const char *) node->key;
   sym_ref = gen_rtx_SYMBOL_REF (Pmode, sym);
   if (USE_LINKONCE_INDIRECT)
-    fprintf (asm_out_file, "\t.hidden DW.ref.%s\n", sym);
+    fprintf (asm_out_file, "\t.hidden %sDW.ref.%s\n", user_label_prefix, sym);
   assemble_variable ((tree) node->value, 1, 1, 1);
   assemble_integer (sym_ref, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);