2001-11-15 H.J. Lu <hjl@gnu.org>

* config/tc-alpha.c (md_apply_fix3): Fix a typo.
This commit is contained in:
H.J. Lu 2001-11-16 07:17:12 +00:00
parent 44421011e3
commit 5ce56ab925
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-15 H.J. Lu <hjl@gnu.org>
* config/tc-alpha.c (md_apply_fix3): Fix a typo.
2001-11-15 Nick Clifton <nickc@cambridge.redhat.com>
* write.c (fixup_segment): Remove referrences to md_apply_fix and

View File

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