From 18525f093c948ce5b5a8bb99cb1c15693ada3065 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 21 Mar 2002 09:12:24 +0000 Subject: [PATCH] Fix typo --- gas/ChangeLog | 6 +++--- gas/config/tc-arm.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index cacfc588027..cd0abbb6331 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,7 +1,7 @@ -2002-03-21 Nick Clifton +2002-03-20 Albert Chin-A-Young - * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo in type of - 'pos' argument. + * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo + (vfp_sp_reg_pos -> vfp_dp_reg_pos). 2002-03-19 Alexandre Oliva diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 456e8c5fc6a..162553f6436 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -6425,7 +6425,7 @@ vfp_sp_reg_required_here (str, pos) static int vfp_dp_reg_required_here (str, pos) char **str; - enum vfp_sp_reg_pos pos; + enum vfp_dp_reg_pos pos; { int reg; char *start = *str; -- 2.47.3