public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* ldexp.c error message
@ 2006-06-05 12:52 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2006-06-05 12:52 UTC (permalink / raw)
  To: binutils

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-06-05 12:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-05 12:52 ldexp.c error message Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).