On 17 June 2011 00:30, Michael Hope wrote:
> On Fri, Jun 17, 2011 at 7:11 AM, Marcin Juszkiewicz
> wrote:
>> On czw, 2011-06-16 at 19:48 +0100, David Gilbert wrote:
>>> >> Ubuntu armel and armhf cross compilers, CSL 2011.03-42 have same
>>> >> problem.
>>> >
>>> > Compiled fine with gcc 4.3 from
Hi Michael,
This thread about how to generate ancillary sections using gas has
resurfaced again. Do you know who might be available from the
toolchain group to take a look at this?
It appears that this issue can best be solved by a change to gas
(or, possibly, to gcc).
Cheers
---Dave
Referenc
RAG:
Red:
Amber:
Green:
Current Milestones:
|| || Planned|| Estimate || Actual ||
||qemu-linaro-2011-06 || 2011-06-16 || 2011-06-16 || 2011-06-16 ||
||qemu-linaro-2011-07 || 2011-07-21 || 2011-07-21 ||||
Historical Milestones:
||finish qe
On Friday 17 June 2011, Michael Hope wrote:
> Hi Paolo. I've had a look into this and updated the ticket. The
> problem is due to a change in behaviour between 4.5 and 4.6 when
> accessing strcuts marked with __attribute__((packed)). 4.5 would do a
> word-wise access where 4.6 assumes the worst
== GDB ==
* Committed support for NEON registers in core dumps (bug #615972)
to mainline GDB and binutils repositories.
* Added support to readelf (mainline binutils) to correctly display
NEON register core file notes.
* Started looking into remote gdb testsuite.
== GCC ==
* Investi
Hi,
* short week (Monday -> public holiday, Wednesday -> attended a class)
* tested the gcc-linaro-4.5-2011.06 with linaro-android on my panda
* works! no noticeable differences to 4.5-2011.05 for me
* libgui.so apriori prelink issue remains:
* realized that apriori works quite different
== 64 bit Atomics ==
* Wrote more test cases; now have a nice 3 thread test that passes -
and more importantly, it fails if I replace one of the atomic ops
by a non-atomic equivalent.
* Modified existing atomic helper code in libgcc to do 64bit
* Added init function to 64bit atomic helper to