Appologies

2011-07-21 Thread Andrew Stubbs
Hi All, Apologies for missing the stand-up call today. I've been having technical difficulties at my end. :( I think they're resolved now ... maybe. Andrew ___ linaro-toolchain mailing list linaro-toolchain@lists.linaro.org http://lists.linaro.org/m

Linaro QEMU 2011.07 released

2011-07-21 Thread Peter Maydell
The Linaro Toolchain Working Group is pleased to announce the release of Linaro QEMU 2011.07. Linaro QEMU 2011.07-0 is the latest monthly release of qemu-linaro. Based off upstream (trunk) QEMU, it includes a number of ARM-focused bug fixes and enhancements. This month's release is primarily mino

[ACTIVITY] July 17-21

2011-07-21 Thread Ira Rosen
Hi, - I finally submitted the over-widening patch, but Richard Guenther thought that this optimization should be done for scalars as well, and he is now working on this himself. - Some auto-vectorizer fixes Ira ___ linaro-toolchain mailing list linaro-

Using valgrind with linaro toolchain

2011-07-21 Thread Diane Holt
Valgrind wants a less stripped ld-2.12.1.so or it won't work. The build process (that Michael Hope put together) just downloads the libc6_2.12.1-0ubuntu6_armel.deb, and the ld-2.12.1.so in there is fully stripped. I thought I'd be able to just get the libc6-dbg_2.12.1-0ubuntu6_armel.deb instead, th

Re: Using valgrind with linaro toolchain

2011-07-21 Thread Matthias Klose
On 07/21/2011 08:49 PM, Diane Holt wrote: > Valgrind wants a less stripped ld-2.12.1.so or it won't work. The build > process (that Michael Hope put together) just downloads the > libc6_2.12.1-0ubuntu6_armel.deb, and the ld-2.12.1.so in there is fully > stripped. I thought I'd be able to just get t

Re: Using valgrind with linaro toolchain

2011-07-21 Thread Diane Holt
On Thu, Jul 21, 2011 at 12:04 PM, Matthias Klose wrote: > the files in /usr/lib/debug are built with objcopy --only-keep-debug, so > only > include the debug info. the stripped files get a debug link added (objcopy > --add-gnu-debuglink). > Well, that would explain that :( I had assumed they w

Re: Using valgrind with linaro toolchain

2011-07-21 Thread Diane Holt
Okay, it looks like this is the source: https://launchpad.net/ubuntu/+source/eglibc/2.12.1-0ubuntu6 So I downloaded it and tried building it. (I got eglibc-ports-2.12 from cross-lfs.org, which was the only one I could find anywhere.)  I already have an ARM environment (using the linaro 4.5.4 I bu