On Mon, Aug 11, 2014 at 04:26:22PM +0200, Joerg Wunsch wrote:
> As Senthil Kumar Selvaraj wrote:
>
> > I figured it's easier and less error-prone to embed this information
> > here and then consume it everywhere else. I have a patch for
> > binutils, for example, that uses the information in the n
On 26 August 2014 07:48, Thomas Preud'homme wrote:
> What happens in the case that a program contains both some printf and
> __int_printf call?
Due to the library order defined in the specs, the float-enbled printf
definition will
be picked up from libprintf_flt.a .
> I didn't do extensive yet