diff --git a/gas/ChangeLog b/gas/ChangeLog index 66317ac8d2..409dd214b6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2001-11-15 H.J. Lu + + * config/tc-alpha.c (md_apply_fix3): Fix a typo. + 2001-11-15 Nick Clifton * write.c (fixup_segment): Remove referrences to md_apply_fix and diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c index bdcddc90bc..f73c8628e4 100644 --- a/gas/config/tc-alpha.c +++ b/gas/config/tc-alpha.c @@ -1119,7 +1119,7 @@ md_pcrel_from (fixP) GPDISP. */ void -md_apply_fix3 (fixP, valueP, seg) +md_apply_fix3 (fixP, valP, seg) fixS *fixP; valueT * valP; segT seg;