mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* config/tc-xtensa.c (xtensa_post_relax_hook): Generate literal tables
even when using the text-section-literals option.
This commit is contained in:
@ -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>
|
||||
|
||||
* config/tc-m68k.c (m68k_extensions): Allow 'float' on both m68k
|
||||
|
@ -10078,7 +10078,6 @@ 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,
|
||||
|
Reference in New Issue
Block a user