(current_function_name): Delete declaration.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 19 Jun 1995 18:10:51 +0000 (14:10 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 19 Jun 1995 18:10:51 +0000 (14:10 -0400)
(ASM_DECLARE_FUNCTION_NAME): Don't set current_function_name.

From-SVN: r10005

gcc/config/mips/mips.h

index 1605a5c..0c1c47a 100644 (file)
@@ -95,7 +95,6 @@ enum block_move_type {
 
 extern char mips_reg_names[][8];       /* register names (a0 vs. $4). */
 extern char mips_print_operand_punct[];        /* print_operand punctuation chars */
-extern char *current_function_name;    /* current function being compiled */
 extern char *current_function_file;    /* filename current function is in */
 extern int num_source_filenames;       /* current .file # */
 extern int inside_function;            /* != 0 if inside of a function */
@@ -3446,7 +3445,6 @@ while (0)
        fprintf (STREAM, "%s\n", TEXT_SECTION_ASM_OP);                  \
     }                                                                  \
                                                                        \
-  current_function_name = NAME;                                                \
   HALF_PIC_DECLARE (NAME);                                             \
 }