Browse Source

Fix typo

binutils-2_13-branch
Nick Clifton 25 years ago
parent
commit
f201ccb3e5
  1. 5
      gas/ChangeLog
  2. 2
      gas/config/tc-arm.c

5
gas/ChangeLog

@ -1,3 +1,8 @@
2002-03-20 Albert Chin-A-Young <china@thewrittenword.com>
* config/tc-arm.c (vfp_dp_reg_required_here): Fix typo
(vfp_sp_reg_pos -> vfp_dp_reg_pos).
2002-03-18 Alexandre Oliva <aoliva@redhat.com>
* config/tc-mips.c (md_estimate_size_before_relax): Do not modify

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

Loading…
Cancel
Save