From: Bob Wilson Date: Tue, 18 Oct 2005 23:13:48 +0000 (+0000) Subject: * config/tc-xtensa.c (xtensa_end_directive): Restore X-Git-Tag: gdb-csl-arm-20051020-branchpoint~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e8247da70c5179f98150501ab6c792e5ea1b9f93;p=thirdparty%2Fbinutils-gdb.git * config/tc-xtensa.c (xtensa_end_directive): Restore default_lit_sections regardless of use_literal_section. --- 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);