Come up with stack_protector enum.
authorMartin Liska <mliska@suse.cz>
Fri, 15 May 2020 12:51:24 +0000 (14:51 +0200)
committerMartin Liska <mliska@suse.cz>
Thu, 22 Oct 2020 08:06:06 +0000 (10:06 +0200)
commit5a99796b85c93fe9d61ee52fc3a38b8698709479
treee651cd8b76a30ec463c31855993fe437a2bbe520
parentdf7f0a3a21418f8e06bb4710f09587e54225da93
Come up with stack_protector enum.

gcc/ChangeLog:

2020-05-15  Martin Liska  <mliska@suse.cz>

* cfgexpand.c: Move the enum to ...
* coretypes.h (enum stack_protector): ... here.
* function.c (assign_parm_adjust_stack_rtl): Use the stack_protector
enum.

gcc/c-family/ChangeLog:

2020-05-15  Martin Liska  <mliska@suse.cz>

* c-cppbuiltin.c (c_cpp_builtins): Use the stack_protector enum.
gcc/c-family/c-cppbuiltin.c
gcc/cfgexpand.c
gcc/coretypes.h
gcc/function.c