mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-10 09:33:36 +00:00
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:
@@ -78,7 +78,7 @@ struct frag {
|
|||||||
unsigned int insn_addr:6;
|
unsigned int insn_addr:6;
|
||||||
|
|
||||||
/* What state is my tail in? */
|
/* What state is my tail in? */
|
||||||
relax_stateT fr_type;
|
ENUM_BITFIELD (_relax_state) fr_type : 8;
|
||||||
relax_substateT fr_subtype;
|
relax_substateT fr_subtype;
|
||||||
|
|
||||||
#ifdef USING_CGEN
|
#ifdef USING_CGEN
|
||||||
|
|||||||
Reference in New Issue
Block a user