mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 05:55:23 +08:00
* config/tc-moxie.c (md_apply_fix): Delete set but otherwise
unused var.
This commit is contained in:
parent
c944eec01f
commit
793d370eaa
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user