From: Thomas Schwinge Date: Thu, 9 May 2019 09:52:10 +0000 (+0200) Subject: Clean up MPX-related stuff: CIF_CHKP X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8de916aa9440d506f8ba37dc0bf39dbe98a0f215;p=gcc.git Clean up MPX-related stuff: CIF_CHKP ..., which was forgotten in recent r268844. gcc/ * cif-code.def (CHKP): Remove. From-SVN: r271029 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea96146b5b8..7df4ae671de 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2019-05-09 Thomas Schwinge + * cif-code.def (CHKP): Remove. + PR target/89221 * configure.ac (--enable-frame-pointer): Disable by default for GNU systems. diff --git a/gcc/cif-code.def b/gcc/cif-code.def index 0fabfebca1c..cee16cf7cb7 100644 --- a/gcc/cif-code.def +++ b/gcc/cif-code.def @@ -141,7 +141,3 @@ DEFCIFCODE(EXTERN_LIVE_ONLY_STATIC, CIF_FINAL_ERROR, /* We proved that the call is unreachable. */ DEFCIFCODE(UNREACHABLE, CIF_FINAL_ERROR, N_("unreachable")) - -/* We can't inline because of instrumentation thunk. */ -DEFCIFCODE(CHKP, CIF_FINAL_ERROR, - N_("caller is instrumentation thunk"))