bfd macro conversion to inline functions
[deliverable/binutils-gdb.git] / ld / emultempl / ppc64elf.em
index ee71f256c657c2f4cc619362b73b0dddb734c93c..aad56cfddd17d971e0f67fc337af70d3da69e66c 100644 (file)
@@ -489,7 +489,7 @@ build_section_lists (lang_statement_union_type *statement)
     {
       asection *i = statement->input_section.section;
 
-      if (!((lang_input_statement_type *) i->owner->usrdata)->flags.just_syms
+      if (!bfd_input_just_syms (i->owner)
          && (i->flags & SEC_EXCLUDE) == 0
          && i->output_section != NULL
          && i->output_section->owner == link_info.output_bfd)
This page took 0.040977 seconds and 4 git commands to generate.