This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: PR 5026 fix
- From: "H.J. Lu" <hjl at lucon dot org>
- To: binutils at sourceware dot org
- Date: Mon, 17 Sep 2007 18:10:58 -0700
- Subject: Re: PR 5026 fix
- References: <20070917163447.23001.qmail@sourceware.org> <20070918010346.GD4782@bubble.grove.modra.org>
On Tue, Sep 18, 2007 at 10:33:46AM +0930, Alan Modra wrote:
> On Mon, Sep 17, 2007 at 04:34:47PM -0000, nickc@sourceware.org wrote:
> > PR gas/5026
> > * read.c (emit_expr): Use unsigned long long values in warning message about
> > truncated expressions.
>
> Have we decided to require a compiler with long long, even for 32-bit
> host/target?
>
> PR gas/5026
> * read.c (emit_expr): Only use long long if required and available.
>
Why not use sprintf_vma?
H.J.