Clean up MPX-related stuff: CIF_CHKP
..., which was forgotten in recent r268844. gcc/ * cif-code.def (CHKP): Remove. From-SVN: r271029
This commit is contained in:
parent
7d48b7adad
commit
8de916aa94
@ -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.
|
||||
|
@ -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"))
|
||||
|
Loading…
Reference in New Issue
Block a user