diff options
| author | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-25 06:14:33 +0000 |
|---|---|---|
| committer | billingd <billingd@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-25 06:14:33 +0000 |
| commit | 66d372fb066a1e585b7d3ff077a2474c271ffce7 (patch) | |
| tree | 908e78c95dc4c990201620e429d57423faf5456e | |
| parent | d98d2eb9b93551a5b4856715663bdae5422d18dc (diff) | |
| download | ppe42-gcc-66d372fb066a1e585b7d3ff077a2474c271ffce7.tar.gz ppe42-gcc-66d372fb066a1e585b7d3ff077a2474c271ffce7.zip | |
2004-10-25 David Billinghurst <David.Billinghurst@riotinto.com
* config/mips/mips.c(mips_output_filename): Remove unused
array ltext_label_name
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89522 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 0471e0083d7..ce83ce91299 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 a109b82a099..0cc7fac3112 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. */ |

