Re: May 2015 Toolchain Update

2015-05-18 Thread Nicholas Clifton
Hi Alexander, * GCC supports a new option: -fno-plt Not all architectures support this option, and some other optimization features, such as lazy binding, may disable it. The last paragraph looks confusing to be on both points. '-fno-plt' is implemented as a transformation

Re: May 2015 Toolchain Update

2015-05-18 Thread Alexander Monakov
Hello, A couple of comments below. On Mon, 18 May 2015, Nick Clifton wrote: > val |= ~0 << loaded;// Generates warning > val |= (unsigned) ~0 << loaded; // Does not warn To reduce verbosity, '~0u' can be used here instead of a cast. > * GCC supports a new option: -fn

May 2015 Toolchain Update

2015-05-18 Thread Nick Clifton
Hi Guys, There are several things to report this month: * GCC now supports targets configured to use the MUSL C library: http://www.musl-libc.org/ * The Compiler has a new warning option: -Wmisleading-indentation This generates warnings when the indentation of the