From c80a48bf6d54f2060ff7b540f26653ea72369f4b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 19 Jun 1995 14:10:51 -0400 Subject: [PATCH] (current_function_name): Delete declaration. (ASM_DECLARE_FUNCTION_NAME): Don't set current_function_name. From-SVN: r10005 --- gcc/config/mips/mips.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 1605a5c7422..0c1c47a9781 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -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); \ } -- 2.30.2