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

2016-06-01 Thread Jeff Law
On 04/28/2016 10:08 PM, Yulia Koval wrote: Thanks, Here is the patch. Is it ok? Update TARGET_FUNCTION_INCOMING_ARG documentation On x86, interrupt handlers are only called by processors which push interrupt data onto stack at the address where the normal return address is. Sin

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

2016-05-17 Thread Koval, Julia
Gentle ping. -Original Message- From: Yulia Koval [mailto:vaalfr...@gmail.com] Sent: Friday, April 29, 2016 7:09 AM To: H.J. Lu Cc: Jeff Law ; Koval, Julia ; gcc-patches@gcc.gnu.org; Lu, Hongjiu ; ubiz...@gmail.com; Zamyatin, Igor Subject: Re: [PATCH] x86 interrupt attribute patch [1

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

2016-04-28 Thread Yulia Koval
Thanks, Here is the patch. Is it ok? Update TARGET_FUNCTION_INCOMING_ARG documentation On x86, interrupt handlers are only called by processors which push interrupt data onto stack at the address where the normal return address is. Since interrupt handlers must access interrupt d

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

2016-04-28 Thread H.J. Lu
On Thu, Apr 28, 2016 at 11:22 AM, Yulia Koval wrote: > Thank you, > Here is the repost. > > Update TARGET_FUNCTION_INCOMING_ARG documentation > > On x86, interrupt handlers are only called by processors which push > interrupt data onto stack at the address where the normal return address >

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

2016-04-28 Thread Yulia Koval
ngjiu ; 'vaalfr...@gmail.com' >> ; 'ubiz...@gmail.com' ; >> 'l...@redhat.com' ; Zamyatin, Igor >> Subject: [PATCH] x86 interrupt attribute patch [1/2] >> >> Hi, >> Here is the new version of interrupt attribute patch. >> Bootstr

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

2016-04-28 Thread Jeff Law
7;l...@redhat.com' ; Zamyatin, Igor Subject: [PATCH] x86 interrupt attribute patch [1/2] Hi, Here is the new version of interrupt attribute patch. Bootstraped/regtested for Linux/x86_64. Ok for trunk? Update TARGET_FUNCTION_INCOMING_ARG documentation On x86, interrupt handlers

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

2016-04-20 Thread Koval, Julia
Sorry, here is the right patch. -Original Message- From: Koval, Julia Sent: Wednesday, April 20, 2016 4:42 PM To: 'gcc-patches@gcc.gnu.org' Cc: Lu, Hongjiu ; 'vaalfr...@gmail.com' ; 'ubiz...@gmail.com' ; 'l...@redhat.com' ; Zamyatin, Igor