mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
2001-11-20 Ben Elliston <bje@redhat.com>
* config/tc-m88k.c (md_apply_fix3): Match local variable `val' to usage after md_apply_fix3 cleanups.
This commit is contained in:
parent
45e9217a8f
commit
f021c2a7b7
@ -1,3 +1,8 @@
|
||||
2001-11-20 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config/tc-m88k.c (md_apply_fix3): Match local variable `val' to
|
||||
usage after md_apply_fix3 cleanups.
|
||||
|
||||
2001-11-19 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* doc/c-mmix.texi: Use texinfo 4 features.
|
||||
@ -22,7 +27,7 @@
|
||||
|
||||
2001-11-15 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* write.c (fixup_segment): Remove referrences to md_apply_fix and
|
||||
* write.c (fixup_segment): Remove references to md_apply_fix and
|
||||
TC_HANDLE_FX_DONE.
|
||||
* cgen.c, config/obj-coff.c, config/tc-*.c: Update all occurances
|
||||
of md_apply_fix to md_apply_fix3.
|
||||
|
@ -1122,7 +1122,7 @@ md_apply_fix3 (fixP, valP, seg)
|
||||
valueT * valP;
|
||||
segT seg ATTRIBUTE_UNUSED;
|
||||
{
|
||||
long value = * (long *) valP;
|
||||
long val = * (long *) valP;
|
||||
char *buf;
|
||||
|
||||
buf = fixP->fx_frag->fr_literal + fixP->fx_where;
|
||||
|
Loading…
Reference in New Issue
Block a user