(make_decl_rtl): Don't update DECL_ASSEMBLER_NAME for
authorJason Merrill <merrill@gnu.org>
Wed, 5 Jun 1996 05:15:57 +0000 (05:15 +0000)
committerJason Merrill <merrill@gnu.org>
Wed, 5 Jun 1996 05:15:57 +0000 (05:15 +0000)
        local statics.

From-SVN: r12163

gcc/varasm.c

index be29f74860937ef6ff68d76dfc6b632b4d5ed193..31045fca19dfd6cfe0ec4640d009f3bf1b76151f 100644 (file)
@@ -724,7 +724,6 @@ make_decl_rtl (decl, asmspec, top_level)
 
          DECL_RTL (decl) = gen_rtx (MEM, DECL_MODE (decl),
                                     gen_rtx (SYMBOL_REF, Pmode, name));
-         DECL_ASSEMBLER_NAME (decl) = get_identifier (name);
 
          /* If this variable is to be treated as volatile, show its
             tree node has side effects.  If it has side effects, either