Re: segfault using __thread variable

2013-12-17 Thread Michael Hudson-Doyle
Matthew Gretton-Dann writes: > On 17 December 2013 08:45, Michael Hudson-Doyle > wrote: >> Cool. Would it be useful to report the bug in >> https://sourceware.org/bugzilla/ as well? > > Yes please. https://sourceware.org/bugzilla/show_bug.cgi?id=16340 Cheers, mwh

[ACTIVITY] Week 51

2013-12-17 Thread Will Newton
== Progress == * Bugfixing and testing QEMU AArch64 FP patches (3/10, VIRT-183) * Debugging and submitting a patch for ARM gdb ifunc test failures (1/10) * Two day week due to holidays == Issues == * None == Plan == * Back on the 9th January, have a good Christmas and New Year everybody! --

Re: segfault using __thread variable

2013-12-17 Thread Kugan
On 17/12/13 20:38, Matthew Gretton-Dann wrote: > +Ryan, +Kugan, > > On 17 December 2013 08:45, Michael Hudson-Doyle > wrote: >> Will Newton writes: >> >>> On 17 December 2013 07:53, Michael Hudson-Doyle >>> wrote: Ah... found it! This is the code that determines the offset to patch i

Re: segfault using __thread variable

2013-12-17 Thread Matthew Gretton-Dann
+Ryan, +Kugan, On 17 December 2013 08:45, Michael Hudson-Doyle wrote: > Will Newton writes: > >> On 17 December 2013 07:53, Michael Hudson-Doyle >> wrote: >>> Ah... found it! This is the code that determines the offset to patch >>> into the code (elfnn-aarch64.c line 3845): >>> >>> value

Re: segfault using __thread variable

2013-12-17 Thread Michael Hudson-Doyle
Will Newton writes: > On 17 December 2013 07:53, Michael Hudson-Doyle > wrote: >> Ah... found it! This is the code that determines the offset to patch >> into the code (elfnn-aarch64.c line 3845): >> >> value = (symbol_got_offset (input_bfd, h, r_symndx) >>+ globals->root.

Re: MMU Off / Strict Alignment

2013-12-17 Thread Richard Earnshaw
On 16/12/13 17:54, Christopher Covington wrote: > Hi, > > On 11/20/2013 03:45 PM, Matthew Gretton-Dann wrote: >> On 20 November 2013 17:57, Christopher Covington wrote: >>> Hi, >>> >>> We've noticed an issue trying to use the Linaro AArch64 binary bare metal >>> toolchain release with the MMU tur

Re: segfault using __thread variable

2013-12-17 Thread Will Newton
On 17 December 2013 07:53, Michael Hudson-Doyle wrote: > Michael Hudson-Doyle writes: > >> Michael Hudson-Doyle writes: >> >>> Will Newton writes: >>> On 16 December 2013 03:36, Michael Hudson-Doyle wrote: > Michael Hudson-Doyle writes: > >> Aaah, you might be onto somet