* config/tc-moxie.c (md_apply_fix): Delete set but otherwise

unused var.
This commit is contained in:
Alan Modra 2010-07-05 05:56:11 +00:00
parent c944eec01f
commit 793d370eaa
2 changed files with 5 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2010-07-05 Alan Modra <amodra@gmail.com>
* config/tc-moxie.c (md_apply_fix): Delete set but otherwise
unused var.
2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
* 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 <amodra@gmail.com>
* config/tc-moxie.c (md_apply_fix): Delete set but otherwise
unused variable.
2010-06-29 Alan Modra <amodra@gmail.com>
* config/tc-maxq.h: Delete file.

View File

@ -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: