C++11 and C++98 incompatibility

2012-06-14 Thread Ramana Radhakrishnan
I noticed this bug upstream about C++11 and C++98 ABI incompatibilities , in case someone is using the C++11 features, please be aware that there is an ABI bug lurking. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53646 Ramana ___ linaro-toolchain maili

Re: C++11 and C++98 incompatibility

2012-06-14 Thread Matthias Klose
On 14.06.2012 11:44, Ramana Radhakrishnan wrote: > I noticed this bug upstream about C++11 and C++98 ABI > incompatibilities , in case someone is using the C++11 features, > please be aware that there is an ABI bug lurking. > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53646 well, the concrete

gettext support

2012-06-14 Thread Tom Deblauwe
Hello, I am wondering if there is support for gettext in the linaro toolchain? How can I check it if it should work or not? I can compile and link the "setlocale()" and "bindtextdomain()" and "textdomain()" functions, however, the translation doesn't work. Best regards Tom, -- *Tom Deblauwe*

Re: gettext support

2012-06-14 Thread Michael Hope
On 15 June 2012 01:22, Tom Deblauwe wrote: > Hello, > > I am wondering if there is support for gettext in the linaro toolchain? How > can I check it if it should work or not? > I can compile and link the "setlocale()" and "bindtextdomain()" and > "textdomain()" functions, however, the translation

Re: String routines writeup with benchmarks

2012-06-14 Thread Michael Hope
On 11 June 2012 21:53, Mans Rullgard wrote: > On 11 June 2012 02:14, Michael Hope wrote: >> We talked at Connect about finishing up the cortex-strings work by >> upstreaming them into Bionic, Newlib, and GLIBC.  I've written up one >> of our standard 'Output' pages: >> >>  https://wiki.linaro.org