forked from Imagelibrary/binutils-gdb
* emultempl/xtensaelf.em (xtensa_strip_inconsistent_linkonce_sections):
Set discarded section's output_section to bfd_abs_section_ptr.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-07-25 Bob Wilson <bob.wilson@acm.org>
|
||||
|
||||
* emultempl/xtensaelf.em (xtensa_strip_inconsistent_linkonce_sections):
|
||||
Set discarded section's output_section to bfd_abs_section_ptr.
|
||||
|
||||
2006-07-26 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* ldlang.c (analyze_walk_wild_section_handler): Init handler_data
|
||||
|
||||
@@ -1249,6 +1249,7 @@ xtensa_strip_inconsistent_linkonce_sections (lang_statement_list_type *slist)
|
||||
case lang_input_section_enum:
|
||||
if (is_inconsistent_linkonce_section (s->input_section.section))
|
||||
{
|
||||
s->input_section.section->output_section = bfd_abs_section_ptr;
|
||||
*s_p = s_next;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user