[PATCH] Update newlib so that it passes libc++'s tests

Thomas Uhle thomas.uhle@eas.iis.fraunhofer.de
Mon Sep 22 11:40:00 GMT 2014


On Fri, 2014-09-19 at 16:40 -0600, Jonathan Roelofs wrote:

> (For context, here's the original thread: 
> https://sourceware.org/ml/newlib/2013/msg01077.html)
> 
> I've rebased the remaining part of the original patch.  Please see the attached. 
> Is this good for commit, or does it still need work?
> 
> 
> Cheers,
> Jon
> 

Hi Jon,

your patch is missing an #endif and you would also have to replace every

  (defined(__STDC_VERSION__) || __STDC_VERSION__ >= 199901L) || \

by

  (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \

to make it work correctly. However, your patch is part of the patch that
I sent on September 9th and which is attached to this e-mail again.

Best regards,

Thomas Uhle

-------------- next part --------------
A non-text attachment was scrubbed...
Name: newlib_long_long_support.diff
Type: text/x-patch
Size: 5906 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/newlib/attachments/20140922/ea0aecb0/attachment.bin>


More information about the Newlib mailing list