bfd macro conversion to inline functions
[deliverable/binutils-gdb.git] / ld / ldmain.c
index e24194ef87d8a51ba6ff7467df380be962a7c1b0..34c19223137eed8596e4ff8950c2e634f3128a5a 100644 (file)
@@ -816,7 +816,7 @@ add_archive_element (struct bfd_link_info *info,
   input->local_sym_name = abfd->filename;
   input->the_bfd = abfd;
 
-  parent = abfd->my_archive->usrdata;
+  parent = bfd_usrdata (abfd->my_archive);
   if (parent != NULL && !parent->flags.reload)
     parent->next = input;
 
This page took 0.031524 seconds and 4 git commands to generate.