Re: [avr-libc-dev] [Patch] Include a device info note section in gcrt1.S

2014-08-26 Thread Senthil Kumar Selvaraj
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

Re: [avr-libc-dev] selective linking of floating point support for *printf / *scanf

2014-08-26 Thread Joern Rennecke
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