bfd macro conversion to inline functions
[deliverable/binutils-gdb.git] / ld / emultempl / aarch64elf.em
index bd5c888782650bed8d0e1be425b880975f09797c..208d169404dfe344bff91e7d6cde1fd2e792937b 100644 (file)
@@ -217,7 +217,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.036742 seconds and 4 git commands to generate.