aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-alpha.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 66317ac..409dd21 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/config/tc-alpha.c b/gas/config/tc-alpha.c
index bdcddc9..f73c862 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;