]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Clean up MPX-related stuff: CIF_CHKP
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 2019 09:52:10 +0000 (09:52 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 9 May 2019 09:52:10 +0000 (09:52 +0000)
..., which was forgotten in recent r268844.

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@271029 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cif-code.def

index ea96146b5b82d3bde70d87c8d7bbb5e4097d0aa2..7df4ae671de5c75dafe7b204721d52906167dede 100644 (file)
@@ -1,5 +1,7 @@
 2019-05-09  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * cif-code.def (CHKP): Remove.
+
        PR target/89221
        * configure.ac (--enable-frame-pointer): Disable by default for
        GNU systems.
index 0fabfebca1cd431301615e19058ea58e8e2e9945..cee16cf7cb703ad236bbd9b61d3a92fa5f7a651a 100644 (file)
@@ -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"))