Re: [PATCH] x86 interrupt attribute patch [2/2]

2016-06-02 Thread Sandra Loosemore
On 06/01/2016 08:19 AM, Koval, Julia wrote: diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 2d4f028..3e6a796 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -5266,6 +5266,79 @@ On x86-32 targets, the @code{stdcall} attribute causes the compiler to assume that the

RE: [PATCH] x86 interrupt attribute patch [2/2]

2016-06-01 Thread Koval, Julia
om] Sent: Monday, May 30, 2016 10:37 PM To: Koval, Julia <julia.ko...@intel.com>; gcc-patches@gcc.gnu.org Cc: Lu, Hongjiu <hongjiu...@intel.com>; vaalfr...@gmail.com; ubiz...@gmail.com; l...@redhat.com; Zamyatin, Igor <igor.zamya...@intel.com> Subject: Re: [PATCH] x86 interrupt a

Re: [PATCH] x86 interrupt attribute patch [2/2]

2016-05-30 Thread Sandra Loosemore
On 05/30/2016 07:31 AM, Koval, Julia wrote: Hi, Here is the fixed version of the patch. Ok for trunk? diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 2d4f028..f4bd7dd 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -5266,6 +5266,96 @@ On x86-32 targets, the

RE: [PATCH] x86 interrupt attribute patch [2/2]

2016-05-30 Thread Koval, Julia
>; vaalfr...@gmail.com; ubiz...@gmail.com; l...@redhat.com; Zamyatin, Igor <igor.zamya...@intel.com> Subject: Re: [PATCH] x86 interrupt attribute patch [2/2] On 04/20/2016 07:42 AM, Koval, Julia wrote: > diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index > a5a8b23..82de5b

Re: [PATCH] x86 interrupt attribute patch [2/2]

2016-05-10 Thread Sandra Loosemore
On 04/20/2016 07:42 AM, Koval, Julia wrote: diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a5a8b23..82de5bf 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -5263,6 +5263,83 @@ On x86-32 targets, the @code{stdcall} attribute causes the compiler to assume that the

Re: [PATCH] x86 interrupt attribute patch [2/2]

2016-05-10 Thread Uros Bizjak
gt;; vaalfr...@gmail.com; > ubiz...@gmail.com; l...@redhat.com; Zamyatin, Igor <igor.zamya...@intel.com> > Subject: [PATCH] x86 interrupt attribute patch [2/2] > > Hi, > Here is the new version of interrupt attribute patch. Bootstraped/regtested > for Linux/x86_64. Ok for trunk? &

RE: [PATCH] x86 interrupt attribute patch [2/2]

2016-05-10 Thread Koval, Julia
Gentle ping. -Original Message- From: Koval, Julia Sent: Wednesday, April 20, 2016 4:42 PM To: gcc-patches@gcc.gnu.org Cc: Lu, Hongjiu <hongjiu...@intel.com>; vaalfr...@gmail.com; ubiz...@gmail.com; l...@redhat.com; Zamyatin, Igor <igor.zamya...@intel.com> Subject: [PATCH] x

[PATCH] x86 interrupt attribute patch [2/2]

2016-04-20 Thread Koval, Julia
Hi, Here is the new version of interrupt attribute patch. Bootstraped/regtested for Linux/x86_64. Ok for trunk? The interrupt and exception handlers are called by x86 processors. X86 hardware pushes information onto stack and calls the handler. The requirements are 1. Both interrupt and