From: nickc Date: Thu, 21 Mar 2002 09:13:33 +0000 (+0000) Subject: Fix typo X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=50cb0a9e28ae15602d09c9526ec248b1ad5494e6;p=pf3gnuchains%2Fpf3gnuchains3x.git Fix typo --- diff --git a/gas/ChangeLog b/gas/ChangeLog index b918360213..33ab02f3e8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-03-20 Albert Chin-A-Young + + * config/tc-arm.c (vfp_dp_reg_required_here): Fix typo + (vfp_sp_reg_pos -> vfp_dp_reg_pos). + 2002-03-18 Alexandre Oliva * config/tc-mips.c (md_estimate_size_before_relax): Do not modify diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 456e8c5fc6..162553f643 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;