diff options
Diffstat (limited to 'gas/config/xtensa-istack.h')
-rw-r--r-- | gas/config/xtensa-istack.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gas/config/xtensa-istack.h b/gas/config/xtensa-istack.h index 248e73f..7d2471a 100644 --- a/gas/config/xtensa-istack.h +++ b/gas/config/xtensa-istack.h @@ -51,12 +51,10 @@ typedef struct tinsn_struct struct fixP *fixup; /* Filled out by relaxation_requirements: */ - bfd_boolean record_fix; enum xtensa_relax_statesE subtype; int literal_space; /* Filled out by vinsn_to_insnbuf: */ symbolS *symbol; - symbolS *sub_symbol; offsetT offset; fragS *literal_frag; } TInsn; |