* config/tc-xtensa.c (xtensa_end_directive): Restore
default_lit_sections regardless of use_literal_section.
This commit is contained in:
parent
471e4e36fc
commit
e8247da70c
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
||||
|
||||
* Makefile.am (bfin-lex.c): Update ylwrap invocation.
|
||||
|
|
|
@ -1361,8 +1361,7 @@ xtensa_end_directive (int ignore ATTRIBUTE_UNUSED)
|
|||
s = (lit_state *) state;
|
||||
assert (s);
|
||||
|
||||
if (use_literal_section)
|
||||
default_lit_sections = *s;
|
||||
default_lit_sections = *s;
|
||||
|
||||
/* free the state storage */
|
||||
free (s);
|
||||
|
|
Loading…
Reference in a new issue