* 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 cd260c30ff57b334e529e9bda3f8201d11b470bf..7cf6344b60383edba4f0c3e2b4511911eb6e2aab 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 c82d04cad9534bcae6aba24237ad3419808b8ed5..275fe2973c7a29e2aacca720f792f19a54fe69af 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);
This page took 0.035166 seconds and 4 git commands to generate.