* config/tc-xtensa.c (xtensa_end_directive): Restore

default_lit_sections regardless of use_literal_section.
This commit is contained in:
Bob Wilson 2005-10-18 23:13:48 +00:00
parent 471e4e36fc
commit e8247da70c
2 changed files with 6 additions and 2 deletions

View file

@ -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.

View file

@ -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);