aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Billinghurst <David.Billinghurst@riotinto.com>2004-10-25 06:14:33 +0000
committerDavid Billinghurst <billingd@gcc.gnu.org>2004-10-25 06:14:33 +0000
commit4de3d01180ffbc1ec467dabcb07df950f57ddd94 (patch)
tree908e78c95dc4c990201620e429d57423faf5456e
parentf47b662edbdacfa02da3218424319385e755a671 (diff)
downloadgcc-4de3d01180ffbc1ec467dabcb07df950f57ddd94.zip
gcc-4de3d01180ffbc1ec467dabcb07df950f57ddd94.tar.gz
gcc-4de3d01180ffbc1ec467dabcb07df950f57ddd94.tar.bz2
2004-10-25 David Billinghurst <David.Billinghurst@riotinto.com
* config/mips/mips.c(mips_output_filename): Remove unused array ltext_label_name From-SVN: r89522
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/mips.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0471e00..ce83ce9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-25 David Billinghurst <David.Billinghurst@riotinto.com>
+
+ * config/mips/mips.c(mips_output_filename): Remove unused
+ array ltext_label_name
+
2004-10-24 Geoffrey Keating <geoffk@geoffk.org>
* config/rs6000/darwin.h (BLOCK_REG_PADDING): Define.
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index a109b82..0cc7fac 100644
--- a/gcc/config/mips/mips.c
+++ b/gcc/config/mips/mips.c
@@ -5058,7 +5058,6 @@ irix_output_external_libcall (rtx fun)
void
mips_output_filename (FILE *stream, const char *name)
{
- char ltext_label_name[100];
/* If we are emitting DWARF-2, let dwarf2out handle the ".file"
directives. */