Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (79 - 81 of 245)

Ticket Resolution Summary Owner Reporter
#123 fixed emxomfld: exit with rc 8 on genuin weakld failures, not -1. bird bird
Description

Current emxomfld will exit with whatever rc weakld returns. This isn't such a great idea as it may for instance return return -1. For whatever reason -1 seems to be regarded as 0 by make. emxomfld should really exit with status 8 in these cases regardless of whether exit() is buggy or not.

#124 fixed libc/gcc: link libstdc++ into the libc dll bird bird
Description

libstdc++-v3 is currently only available in form of a static library. Including this library in the libc DLL would reduce the executable sizes for C++ applications built with gcc / libc.

While the libstdc++ code is GPL, it comes with an exception which I read as being more liberal than even LGPL. So, linking it into the libc dll should be fine.

#125 fixed libc: Missing nan(), nanl() and nanf() bird bird
Description

We're missing implementations of nan(), nanl() and nanf(). libstdc++-v3 defines this if it's not provided by the libc, however when we link libstdc++-v3 into libc libstdc++-v3 will think libc provides it an bootstrapping will fail.

Note: See TracQuery for help on using queries.