Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-16 Thread Jeff Law
;>>>> From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- >>>>> ow...@gcc.gnu.org] On Behalf Of Jeff Law >>>>> Sent: Wednesday, November 8, 2017 7:31 PM >>>>> To: Tsimbalist, Igor V ; gcc- >>>>> patc...@gcc.gnu.org >>>

RE: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-13 Thread Tsimbalist, Igor V
> -Original Message- > From: H.J. Lu [mailto:hjl.to...@gmail.com] > Sent: Thursday, November 9, 2017 2:37 PM > To: Tsimbalist, Igor V > Cc: Jeff Law ; gcc-patches@gcc.gnu.org; > trie...@redhat.com; Jakub Jelinek > Subject: Re: [PATCH 21/22] Add extra field to g

Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-09 Thread H.J. Lu
Sent: Wednesday, November 8, 2017 7:31 PM >>> To: Tsimbalist, Igor V ; gcc- >>> patc...@gcc.gnu.org >>> Cc: trie...@redhat.com; Jakub Jelinek >>> Subject: Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only >>> >>> On 11/07/2017 09:22 AM, T

Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread H.J. Lu
; gcc- >> patc...@gcc.gnu.org >> Cc: trie...@redhat.com; Jakub Jelinek >> Subject: Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only >> >> On 11/07/2017 09:22 AM, Tsimbalist, Igor V wrote: >> > I decided to split my previous patch "Enable buildin

RE: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread Tsimbalist, Igor V
ubject: Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only > > On 11/07/2017 09:22 AM, Tsimbalist, Igor V wrote: > > I decided to split my previous patch "Enable building libitm with Intel CET > > " > > into two different patches. The first patch will a

RE: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread Tsimbalist, Igor V
Igor > -Original Message- > From: H.J. Lu [mailto:hjl.to...@gmail.com] > Sent: Wednesday, November 8, 2017 7:18 PM > To: Tsimbalist, Igor V > Cc: Jeff Law ; gcc-patches@gcc.gnu.org; > trie...@redhat.com > Subject: Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on

Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread Jeff Law
On 11/07/2017 09:22 AM, Tsimbalist, Igor V wrote: > I decided to split my previous patch "Enable building libitm with Intel CET " > into two different patches. The first patch will add a new field to sjlj.S and > target.h files. The second one will add Intel CET support on the top of the > first o

Re: [PATCH 21/22] Add extra field to gtm_jmpbuf on x86 only

2017-11-08 Thread H.J. Lu
On Tue, Nov 7, 2017 at 8:22 AM, Tsimbalist, Igor V wrote: > I decided to split my previous patch "Enable building libitm with Intel CET " > into two different patches. The first patch will add a new field to sjlj.S and > target.h files. The second one will add Intel CET support on the top of the