mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
2008-03-14 Sterling Augustine <sterling@tensilica.com>
* config/tc-xtensa.h (xtensa_relax_statesE): Update comment for RELAX_LOOP_END_ADD_NOP.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-03-14 Sterling Augustine <sterling@tensilica.com>
|
||||||
|
|
||||||
|
* config/tc-xtensa.h (xtensa_relax_statesE): Update comment for
|
||||||
|
RELAX_LOOP_END_ADD_NOP.
|
||||||
|
|
||||||
2008-03-13 Evandro Menezes <evandro@yahoo.com>
|
2008-03-13 Evandro Menezes <evandro@yahoo.com>
|
||||||
|
|
||||||
PR gas/5895
|
PR gas/5895
|
||||||
|
@ -106,7 +106,9 @@ enum xtensa_relax_statesE
|
|||||||
RELAX_LOOP_END_ADD_NOP,
|
RELAX_LOOP_END_ADD_NOP,
|
||||||
/* When the code density option is available, this will generate a
|
/* When the code density option is available, this will generate a
|
||||||
NOP.N marked RELAX_NARROW. Otherwise, it will create an rs_fill
|
NOP.N marked RELAX_NARROW. Otherwise, it will create an rs_fill
|
||||||
fragment with a NOP in it. */
|
fragment with a NOP in it. Once a frag has been converted to
|
||||||
|
RELAX_LOOP_END_ADD_NOP, it should never be changed back to
|
||||||
|
RELAX_LOOP_END. */
|
||||||
|
|
||||||
RELAX_LITERAL,
|
RELAX_LITERAL,
|
||||||
/* Another fragment could generate an expansion here but has not yet. */
|
/* Another fragment could generate an expansion here but has not yet. */
|
||||||
|
Reference in New Issue
Block a user