* config/tc-xtensa.c (xtensa_end_directive): Restore
authorBob Wilson <bob.wilson@acm.org>
Tue, 18 Oct 2005 23:13:48 +0000 (23:13 +0000)
committerBob Wilson <bob.wilson@acm.org>
Tue, 18 Oct 2005 23:13:48 +0000 (23:13 +0000)
default_lit_sections regardless of use_literal_section.

gas/ChangeLog
gas/config/tc-xtensa.c

index cd260c3..7cf6344 100644 (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>
 
        * Makefile.am (bfin-lex.c): Update ylwrap invocation.
index c82d04c..275fe29 100644 (file)
@@ -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);