Come up with section_flag enum.
authorMartin Liska <mliska@suse.cz>
Mon, 6 Sep 2021 15:40:16 +0000 (17:40 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 27 Sep 2021 14:59:38 +0000 (16:59 +0200)
commitdd11aab6463880c35d942c4a4fd346fdaeeb8e72
treee1c4fad9ef9ce65f8f3d1da72d0aa8d84e533769
parenta64697d7a3e0bf9e5b0d79e253f2b7dc3eb2fb00
Come up with section_flag enum.

gcc/ChangeLog:

* output.h (enum section_flag): New.
(SECTION_FORGET): Remove.
(SECTION_ENTSIZE): Make it (1UL << 8) - 1.
(SECTION_STYLE_MASK): Define it based on other enum
values.
* varasm.c (switch_to_section): Remove unused handling of
SECTION_FORGET.
gcc/output.h
gcc/varasm.c