diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-19 14:11:46 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-19 14:11:46 -0400 |
commit | 292ec7bea41f38552bb3db849fb3f74e24ea6a1d (patch) | |
tree | 0cea486e3d807ea24b3e3590b825e919b70d8b86 /gcc | |
parent | 10389f52340a87ce25290fa49cc059e2f72a13a4 (diff) | |
download | gcc-292ec7bea41f38552bb3db849fb3f74e24ea6a1d.zip gcc-292ec7bea41f38552bb3db849fb3f74e24ea6a1d.tar.gz gcc-292ec7bea41f38552bb3db849fb3f74e24ea6a1d.tar.bz2 |
(ASM_DECLARE_FUNCTION_NAME): Likewise.
From-SVN: r10007
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/gnu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/mips/gnu.h b/gcc/config/mips/gnu.h index e5c6d28..083507b 100644 --- a/gcc/config/mips/gnu.h +++ b/gcc/config/mips/gnu.h @@ -75,7 +75,6 @@ Boston, MA 02111-1307, USA. */ fprintf (STREAM, TYPE_OPERAND_FMT, "function"); \ putc ('\n', STREAM); \ ASM_DECLARE_RESULT (STREAM, DECL_RESULT (DECL)); \ - current_function_name = NAME; \ HALF_PIC_DECLARE (NAME); \ } while (0) |