Commit 8de916aa by Thomas Schwinge Committed by Thomas Schwinge

Clean up MPX-related stuff: CIF_CHKP

..., which was forgotten in recent r268844.

	gcc/
	* cif-code.def (CHKP): Remove.

From-SVN: r271029
parent 7d48b7ad
2019-05-09 Thomas Schwinge <thomas@codesourcery.com> 2019-05-09 Thomas Schwinge <thomas@codesourcery.com>
* cif-code.def (CHKP): Remove.
PR target/89221 PR target/89221
* configure.ac (--enable-frame-pointer): Disable by default for * configure.ac (--enable-frame-pointer): Disable by default for
GNU systems. GNU systems.
......
...@@ -141,7 +141,3 @@ DEFCIFCODE(EXTERN_LIVE_ONLY_STATIC, CIF_FINAL_ERROR, ...@@ -141,7 +141,3 @@ DEFCIFCODE(EXTERN_LIVE_ONLY_STATIC, CIF_FINAL_ERROR,
/* We proved that the call is unreachable. */ /* We proved that the call is unreachable. */
DEFCIFCODE(UNREACHABLE, CIF_FINAL_ERROR, DEFCIFCODE(UNREACHABLE, CIF_FINAL_ERROR,
N_("unreachable")) N_("unreachable"))
/* We can't inline because of instrumentation thunk. */
DEFCIFCODE(CHKP, CIF_FINAL_ERROR,
N_("caller is instrumentation thunk"))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment