From 793d370eaa6a9c212d62546f9941043db7e7b317 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 5 Jul 2010 05:56:11 +0000 Subject: [PATCH] * config/tc-moxie.c (md_apply_fix): Delete set but otherwise unused var. --- gas/ChangeLog | 10 +++++----- gas/config/tc-moxie.c | 2 -- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index c447b221ddb..83a935290aa 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2010-07-05 Alan Modra + + * config/tc-moxie.c (md_apply_fix): Delete set but otherwise + unused var. + 2010-07-04 H.J. Lu * Makefile.am (CONFIG_OBJS): Removed. @@ -70,11 +75,6 @@ (ppc_frob_file_before_adjust): Don't warn about toc section size if we have large toc relocs and no small toc relocs. -2010-06-29 Alan Modra - - * config/tc-moxie.c (md_apply_fix): Delete set but otherwise - unused variable. - 2010-06-29 Alan Modra * config/tc-maxq.h: Delete file. diff --git a/gas/config/tc-moxie.c b/gas/config/tc-moxie.c index 3ec00a72599..2fffc6594c8 100644 --- a/gas/config/tc-moxie.c +++ b/gas/config/tc-moxie.c @@ -621,10 +621,8 @@ md_apply_fix (fixS *fixP ATTRIBUTE_UNUSED, long val = *valP; long newval; long max, min; - int shift; max = min = 0; - shift = 0; switch (fixP->fx_r_type) { case BFD_RELOC_32: -- 2.30.2