* config/tc-xtensa.c (xtensa_post_relax_hook): Generate literal tables

even when using the text-section-literals option.
This commit is contained in:
Bob Wilson
2006-03-06 18:02:06 +00:00
parent 638e7a6458
commit b29757dc18
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2006-03-06 Bob Wilson <bob.wilson@acm.org>
* config/tc-xtensa.c (xtensa_post_relax_hook): Generate literal tables
even when using the text-section-literals option.
2006-03-06 Nathan Sidwell <nathan@codesourcery.com> 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
* config/tc-m68k.c (m68k_extensions): Allow 'float' on both m68k * config/tc-m68k.c (m68k_extensions): Allow 'float' on both m68k

View File

@ -10078,11 +10078,10 @@ xtensa_post_relax_hook (void)
xtensa_find_unmarked_state_frags (); xtensa_find_unmarked_state_frags ();
if (use_literal_section) xtensa_create_property_segments (get_frag_is_literal,
xtensa_create_property_segments (get_frag_is_literal, NULL,
NULL, XTENSA_LIT_SEC_NAME,
XTENSA_LIT_SEC_NAME, xt_literal_sec);
xt_literal_sec);
xtensa_create_xproperty_segments (get_frag_property_flags, xtensa_create_xproperty_segments (get_frag_property_flags,
XTENSA_PROP_SEC_NAME, XTENSA_PROP_SEC_NAME,
xt_prop_sec); xt_prop_sec);