Re: Orphan output section with multiple input sections
[deliverable/binutils-gdb.git] / ld / emultempl / elf32.em
index 629c414b483149936af682b9213d91f514450aa2..0405d4fa71554a672e6b3070f3f310fec2244760 100644 (file)
@@ -2003,8 +2003,9 @@ gld${EMULATION_NAME}_place_orphan (asection *s,
        }
       after = place->os;
       if (after == NULL)
-       after = lang_output_section_find_by_flags
-         (s, &place->os, _bfd_elf_match_sections_by_type);
+       after
+         = lang_output_section_find_by_flags (s, flags, &place->os,
+                                              _bfd_elf_match_sections_by_type);
       if (after == NULL)
        /* *ABS* is always the first output section statement.  */
        after = &lang_output_section_statement.head->output_section_statement;
This page took 0.024867 seconds and 4 git commands to generate.