summaryrefslogtreecommitdiff
path: root/gas/config/tc-xtensa.c
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@acm.org>2006-03-06 18:02:06 +0000
committerBob Wilson <bob.wilson@acm.org>2006-03-06 18:02:06 +0000
commit9a1795ab7d173792f2fa4c807bc83b8b142dd8ae (patch)
tree9d96e7d8c05fc000d8da80bd11c59822a826bacb /gas/config/tc-xtensa.c
parenta4b58be5113cc3251534d515232d22a8b982621b (diff)
downloadbinutils-redhat-9a1795ab7d173792f2fa4c807bc83b8b142dd8ae.tar.gz
* config/tc-xtensa.c (xtensa_post_relax_hook): Generate literal tables
even when using the text-section-literals option.
Diffstat (limited to 'gas/config/tc-xtensa.c')
-rw-r--r--gas/config/tc-xtensa.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gas/config/tc-xtensa.c b/gas/config/tc-xtensa.c
index a44c28093e..8c841726cd 100644
--- a/gas/config/tc-xtensa.c
+++ b/gas/config/tc-xtensa.c
@@ -10078,11 +10078,10 @@ xtensa_post_relax_hook (void)
xtensa_find_unmarked_state_frags ();
- if (use_literal_section)
- xtensa_create_property_segments (get_frag_is_literal,
- NULL,
- XTENSA_LIT_SEC_NAME,
- xt_literal_sec);
+ xtensa_create_property_segments (get_frag_is_literal,
+ NULL,
+ XTENSA_LIT_SEC_NAME,
+ xt_literal_sec);
xtensa_create_xproperty_segments (get_frag_property_flags,
XTENSA_PROP_SEC_NAME,
xt_prop_sec);