ldexp.c error message
Alan Modra
amodra@bigpond.net.au
Mon Jun 5 12:52:00 GMT 2006
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
More information about the Binutils
mailing list