x86/cet: Use unsigned integer to unwind shadow stack
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 23 Apr 2018 12:29:00 +0000 (12:29 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 23 Apr 2018 12:29:00 +0000 (05:29 -0700)
commit0ef9f21d3c4de3a6af258338523d35ea6c4d492f
tree34f62a3810700ab71fb248255641fd6e98a15482
parent9ba5e5fceeff0d9a752b8c0a00344b3a187d08bb
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.

From-SVN: r259559
libitm/ChangeLog
libitm/config/x86/sjlj.S