public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@bigpond.net.au>
To: binutils@sourceware.org
Subject: ldexp.c error message
Date: Mon, 05 Jun 2006 12:52:00 -0000	[thread overview]
Message-ID: <20060605125124.GB519@bubble.grove.modra.org> (raw)

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

                 reply	other threads:[~2006-06-05 12:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060605125124.GB519@bubble.grove.modra.org \
    --to=amodra@bigpond.net.au \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).