make frag fr_type a bitfield

For better packing of struct frag.

	* frags.h (struct frag <fr_type>): Use ENUM_BITFIELD.
This commit is contained in:
Alan Modra
2025-09-02 22:08:29 +09:30
parent 97297d9462
commit 11e5824cda

View File

@@ -78,7 +78,7 @@ struct frag {
unsigned int insn_addr:6;
/* What state is my tail in? */
relax_stateT fr_type;
ENUM_BITFIELD (_relax_state) fr_type : 8;
relax_substateT fr_subtype;
#ifdef USING_CGEN