RE: [ACTIVITY] 12 - 16 August 2013

2013-08-18 Thread Pinski, Andrew
I think changing TCB will be changing the ABI. So we don't want to do that I think. Also have you thought about how TCB changes are going to change ILP32 too. I am almost ready to submit the patches for ILP32 out for review on the binutils, glibc, gcc, and kernel lists. Thanks, Andrew

Re: [ACTIVITY] 12 - 16 August 2013

2013-08-18 Thread Venkataramanan Kumar
Hi Andrew, I am not changing the TCB structure. I am placing it before TCB like the way done in IA64. +# define TLS_PRE_TCB_SIZE \ + (sizeof (struct pthread) \ + + (PTHREAD_STRUCT_END_PADDING 2 * sizeof (uintptr_t) \ + ? ((2 *

RE: [ACTIVITY] 12 - 16 August 2013

2013-08-18 Thread Pinski, Andrew
This will work, except it will be -4 and w1 for ILP32. Thanks, Andrew Pinski From: Venkataramanan Kumar venkataramanan.ku...@linaro.org Sent: Sunday, August 18, 2013 10:09 PM To: Pinski, Andrew Cc: Linaro Toolchain Subject: Re: [ACTIVITY] 12 - 16 August 2013 Hi