diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/mips/mips.c | 1 |
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. */ |
