On 22/04/13 18:13, Richard Henderson wrote:
> On 2013-04-22 09:23, Andreas Krebbel wrote:
>> + /* We save registers 6-15. */
>> + long int __gregs[9];
>
> Comment should be r6-r14, surely.
>
>> + /* r15 is stored into cfa field. It needs to be named that way
>> + since tls.h is acces
On 2013-04-22 09:23, Andreas Krebbel wrote:
+ /* We save registers 6-15. */
+ long int __gregs[9];
Comment should be r6-r14, surely.
+ /* r15 is stored into cfa field. It needs to be named that way
+ since tls.h is accessing the field by name. Be aware that this
+ is not ac
Hi,
the patch adds initial libitm support for S/390. For now it is
software only. I'm working on the hardware support.
The libitm testsuite is clean with the patch.
Comments?
I'll apply the patch in a couple of days in case there are no
objections.
Bye,
-Andreas-
2013-04-22 Andreas Krebbe