mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 12:34:43 +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;
|
||||
|
||||
/* What state is my tail in? */
|
||||
relax_stateT fr_type;
|
||||
ENUM_BITFIELD (_relax_state) fr_type : 8;
|
||||
relax_substateT fr_subtype;
|
||||
|
||||
#ifdef USING_CGEN
|
||||
|
||||
Reference in New Issue
Block a user