diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-19 14:10:51 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-19 14:10:51 -0400 |
commit | c80a48bf6d54f2060ff7b540f26653ea72369f4b (patch) | |
tree | 93ba0c27e679701afcd109b1dafad36f489b3c2c | |
parent | 0b0472c98e0a769a6b6f979361807812e852ac2b (diff) | |
download | gcc-c80a48bf6d54f2060ff7b540f26653ea72369f4b.zip gcc-c80a48bf6d54f2060ff7b540f26653ea72369f4b.tar.gz gcc-c80a48bf6d54f2060ff7b540f26653ea72369f4b.tar.bz2 |
(current_function_name): Delete declaration.
(ASM_DECLARE_FUNCTION_NAME): Don't set current_function_name.
From-SVN: r10005
-rw-r--r-- | gcc/config/mips/mips.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index 1605a5c..0c1c47a 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); \ } |