This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
arm-elf patch for 2.12
- From: Albert Chin <binutils at thewrittenword dot com>
- To: binutils at sources dot redhat dot com
- Date: Wed, 20 Mar 2002 18:24:45 -0600
- Subject: arm-elf patch for 2.12
- Reply-to: binutils at sources dot redhat dot com
--target=arm-elf doesn't build without this patch. Just a typo.
2002-03-20 Albert Chin-A-Young <china@thewrittenword.com>
* gas/config/tc-arm.c: Fix typo (vfp_sp_reg_pos ->
vfp_dp_reg_pos) for vfp_dp_reg_required_here().
--
albert chin (china@thewrittenword.com)
-- snip snip
--- gas/config/tc-arm.c.orig Wed Mar 20 13:15:41 2002
+++ gas/config/tc-arm.c Wed Mar 20 13:15:55 2002
@@ -6425,7 +6425,7 @@
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;