* varasm.c (make_decl_rtl): Disable April 1 change.
From-SVN: r19673
+Mon May 11 13:30:44 1998 Jim Wilson <wilson@cygnus.com>
+
+ * varasm.c (make_decl_rtl): Disable April 1 change.
+
Mon May 11 09:14:41 1998 Richard Henderson <rth@cygnus.com>
* configure.in (alpha-*-linux-gnu): Undo lossage from gcc2 merge.
name = obstack_copy0 (saveable_obstack, label, strlen (label));
var_labelno++;
+#if 0
+ /* ??? This results in incorrect stabs debug info for static
+ local variables. */
/* We've changed the name by which this entity is
known. In order that we can generate
correct references to it, we update its
DECL_ASSEMBLER_NAME. */
DECL_ASSEMBLER_NAME (decl) = get_identifier (name);
+#endif
}
if (name == 0)