mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
* config/tc-xtensa.c (xtensa_end_directive): Restore
default_lit_sections regardless of use_literal_section.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2005-10-18 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
|
* config/tc-xtensa.c (xtensa_end_directive): Restore
|
||||||
|
default_lit_sections regardless of use_literal_section.
|
||||||
|
|
||||||
2005-10-18 Jie Zhang <jie.zhang@analog.com>
|
2005-10-18 Jie Zhang <jie.zhang@analog.com>
|
||||||
|
|
||||||
* Makefile.am (bfin-lex.c): Update ylwrap invocation.
|
* Makefile.am (bfin-lex.c): Update ylwrap invocation.
|
||||||
|
@ -1361,8 +1361,7 @@ xtensa_end_directive (int ignore ATTRIBUTE_UNUSED)
|
|||||||
s = (lit_state *) state;
|
s = (lit_state *) state;
|
||||||
assert (s);
|
assert (s);
|
||||||
|
|
||||||
if (use_literal_section)
|
default_lit_sections = *s;
|
||||||
default_lit_sections = *s;
|
|
||||||
|
|
||||||
/* free the state storage */
|
/* free the state storage */
|
||||||
free (s);
|
free (s);
|
||||||
|
Reference in New Issue
Block a user