This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libitm/85489] config/x86/sjlj.S should use unsigned integer to unwind shadow stack


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85489

--- Comment #1 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Mon Apr 23 12:29:00 2018
New Revision: 259559

URL: https://gcc.gnu.org/viewcvs?rev=259559&root=gcc&view=rev
Log:
x86/cet: Use unsigned integer to unwind shadow stack

Use unsigned integer to unwind shadow stack by replacing jle with jbe and
jg with ja.

        PR target/85489
        * config/x86/sjlj.S (GTM_longjmp): Replace jle/jg with jbe/ja.

Modified:
    trunk/libitm/ChangeLog
    trunk/libitm/config/x86/sjlj.S

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]