aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-06-19 14:11:46 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-19 14:11:46 -0400
commit292ec7bea41f38552bb3db849fb3f74e24ea6a1d (patch)
tree0cea486e3d807ea24b3e3590b825e919b70d8b86 /gcc
parent10389f52340a87ce25290fa49cc059e2f72a13a4 (diff)
downloadgcc-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.h1
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)