[PATCH] x86 interrupt attribute

Yulia Koval vaalfreja@gmail.com
Wed Sep 30 21:31:00 GMT 2015


Done.

Julia

On Wed, Sep 30, 2015 at 9:59 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
> On Wed, Sep 30, 2015 at 5:36 AM, Yulia Koval <vaalfreja@gmail.com> wrote:
>> Hi,
>>
>> Thanks. I added all fixes to the patch, bootstrapped/regtested it on
>> Linux/x86_64. Linux/i686 in progress. Ok for trunk if testing passes
>> successfully?
>
> +  /* If true, the current function is an interrupt function as
> +     specified by the "interrupt" or "exception" attribute.  */
> +  BOOL_BITFIELD is_interrupt : 1;
> +
> +  /* If true, the current function is an interrupt function as
> +     specified by the "exception" attribute.  */
> +  BOOL_BITFIELD is_exception : 1;
>
> Please update comments.  There is no "exception" attribute.
>
> --
> H.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch_interrupt
Type: application/octet-stream
Size: 52580 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150930/5eb5b012/attachment.obj>


More information about the Gcc-patches mailing list