From: Richard Kenner Date: Mon, 19 Jun 1995 18:10:51 +0000 (-0400) Subject: (current_function_name): Delete declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c80a48bf6d54f2060ff7b540f26653ea72369f4b;p=gcc.git (current_function_name): Delete declaration. (ASM_DECLARE_FUNCTION_NAME): Don't set current_function_name. From-SVN: r10005 --- 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); \ }