[ACTIVITY] Weekly status

2011-02-07 Thread Richard Sandiford
== Last week == * Backported the fixes for lp693502, lp710623 and lp710652 to linaro 4.6 and linaro 4.5. Tested and sent merge requests. * Wrote several more ifunc tests, and fixed the bugs they showed up. Found that ARM generates unnecessary dynamic relocs against GOT entries, so fixed th

[ACTIVITY] 31st January - 4th February

2011-02-07 Thread Andrew Stubbs
== Linaro GCC 4.5 == Reviewed, tested and merged all the outstanding patches waiting to go into Linaro GCC 4.5. Michael reported that there was a build failure on i686 and amd64. I attempted to reproduce this but my builds completed successfully - very strange. Eventually I found that I had a

Question about big endian

2011-02-07 Thread Ira Rosen
Hi, I'd like to check vzip/vuzp patch in big endian mode. But when I try to compile with -mbig-endian flag, I get > ~/mainline/bin/bin/gcc -O3 -mfloat-abi=softfp -mfpu=neon neon-vtrnu8.c > -mbig-endian /home/irar/mainline/bin/lib/gcc/armv7l-unknown-linux-gnueabi/4.6.0/../../../libgcc_s.so.1: cou

Re: Question about big endian

2011-02-07 Thread Julian Brown
On Mon, 7 Feb 2011 17:18:40 +0200 Ira Rosen wrote: > Hi, > > I'd like to check vzip/vuzp patch in big endian mode. But when I try > to compile with -mbig-endian flag, I get > > > ~/mainline/bin/bin/gcc -O3 -mfloat-abi=softfp -mfpu=neon > > neon-vtrnu8.c -mbig-endian > /home/irar/mainline/bin/li

Re: Question about big endian

2011-02-07 Thread Ira Rosen
On 7 February 2011 18:24, Julian Brown wrote: > On Mon, 7 Feb 2011 17:18:40 +0200 > Ira Rosen wrote: > >> Hi, >> >> I'd like to check vzip/vuzp patch in big endian mode. But when I try >> to compile with -mbig-endian flag, I get >> >> > ~/mainline/bin/bin/gcc -O3 -mfloat-abi=softfp -mfpu=neon >>