This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

arm-elf patch for 2.12


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]