(make_decl_rtl): Call MODIFY_ASSEMBLER_NAME if defined.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Feb 1995 00:00:04 +0000 (19:00 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 22 Feb 1995 00:00:04 +0000 (19:00 -0500)
From-SVN: r9022

gcc/varasm.c

index 74c8d57..c25dd08 100644 (file)
@@ -1,5 +1,5 @@
 /* Output variables, constants and external declarations, for GNU compiler.
-   Copyright (C) 1987, 88, 89, 92, 93, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -448,6 +448,10 @@ make_decl_rtl (decl, asmspec, top_level)
   register char *name = 0;
   int reg_number;
 
+#ifdef MODIFY_ASSEMBLER_NAME
+  DECL_ASSEMBLER_NAME (decl) = MODIFY_ASSEMBLER_NAME (decl);
+#endif
+
   if (output_bytecode)
     {
       bc_make_decl_rtl (decl, asmspec, top_level);