This is the mail archive of the binutils@sourceware.org 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]

ldexp.c error message


For some reason this one was "non constant" with all the other
similar messages being "nonconstant".

	* ldexp.c (exp_get_abs_int): Make error message the same as
	others emitted in this file.

Index: ld/ldexp.c
===================================================================
RCS file: /cvs/src/src/ld/ldexp.c,v
retrieving revision 1.58
diff -u -p -r1.58 ldexp.c
--- ld/ldexp.c	30 May 2006 16:45:31 -0000	1.58
+++ ld/ldexp.c	5 Jun 2006 07:49:05 -0000
@@ -1090,7 +1090,7 @@ exp_get_abs_int (etree_type *tree, int d
 	  return expld.result.value;
 	}
       else if (name != NULL && expld.phase != lang_mark_phase_enum)
-	einfo (_("%F%S non constant expression for %s\n"), name);
+	einfo (_("%F%S nonconstant expression for %s\n"), name);
     }
   return def;
 }

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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