aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/ChangeLog4
-rw-r--r--gas/config/tc-hppa.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 409dd21..c923531 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
2001-11-15 H.J. Lu <hjl@gnu.org>
+ * config/tc-hppa.c (md_apply_fix3): Fix a typo.
+
+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>
diff --git a/gas/config/tc-hppa.c b/gas/config/tc-hppa.c
index c5df9ca..7d33397 100644
--- a/gas/config/tc-hppa.c
+++ b/gas/config/tc-hppa.c
@@ -4406,7 +4406,7 @@ md_undefined_symbol (name)
void
md_apply_fix3 (fixP, valP, seg)
fixS *fixP;
- valueT *valp;
+ valueT *valP;
segT seg ATTRIBUTE_UNUSED;
{
unsigned char *buf;