From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14596 invoked by alias); 5 Jun 2006 12:51:31 -0000 Received: (qmail 14583 invoked by uid 22791); 5 Jun 2006 12:51:31 -0000 X-Spam-Check-By: sourceware.org Received: from omta01sl.mx.bigpond.com (HELO omta01sl.mx.bigpond.com) (144.140.92.153) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 05 Jun 2006 12:51:28 +0000 Received: from grove.modra.org ([144.136.172.108]) by omta01sl.mx.bigpond.com with ESMTP id <20060605125124.VOOU19512.omta01sl.mx.bigpond.com@grove.modra.org> for ; Mon, 5 Jun 2006 12:51:24 +0000 Received: by bubble.grove.modra.org (Postfix, from userid 500) id 7B2091E6D94; Mon, 5 Jun 2006 22:21:24 +0930 (CST) Date: Mon, 05 Jun 2006 12:52:00 -0000 From: Alan Modra To: binutils@sourceware.org Subject: ldexp.c error message Message-ID: <20060605125124.GB519@bubble.grove.modra.org> Mail-Followup-To: binutils@sourceware.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-IsSubscribed: yes Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org X-SW-Source: 2006-06/txt/msg00043.txt.bz2 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