Re: September 2015 GNU Toolchain Update

2015-09-28 Thread Nick Clifton
Hi Alan, On Fri, Sep 25, 2015 at 01:33:34PM +0100, Nick Clifton wrote: * The new PowerPC64 specific linker command line option --no-save-restore-funcs tells the linker not to provide the out-of-line register save and restore functions used by -Os compiled code. The default i

Re: September 2015 GNU Toolchain Update

2015-09-27 Thread Alan Modra
On Fri, Sep 25, 2015 at 01:33:34PM +0100, Nick Clifton wrote: > * The new PowerPC64 specific linker command line option > --no-save-restore-funcs tells the linker not to provide the > out-of-line register save and restore functions used by -Os compiled > code. The default is to prov

September 2015 GNU Toolchain Update

2015-09-25 Thread Nick Clifton
Hi Guys, There are lots of things to report in this month's update... * The G++ ABI has been increased to version 10. This adds mangling of attributes that affect type identity, such as ia32 calling convention attributes (e.g. stdcall). ABI conflicts can be detected with -Wabi