From e8247da70c5179f98150501ab6c792e5ea1b9f93 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Tue, 18 Oct 2005 23:13:48 +0000 Subject: [PATCH] * config/tc-xtensa.c (xtensa_end_directive): Restore default_lit_sections regardless of use_literal_section. --- gas/ChangeLog | 5 +++++ gas/config/tc-xtensa.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index cd260c30ff5..7cf6344b603 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2005-10-18 Bob Wilson + + * config/tc-xtensa.c (xtensa_end_directive): Restore + default_lit_sections regardless of use_literal_section. + 2005-10-18 Jie Zhang * Makefile.am (bfin-lex.c): Update ylwrap invocation. diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c index c82d04cad95..275fe2973c7 100644 --- a/gas/config/tc-xtensa.c +++ b/gas/config/tc-xtensa.c @@ -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); -- 2.30.2