Make bfd.link_next field a union
[deliverable/binutils-gdb.git] / ld / emultempl / m68kelf.em
index 35b30881225213db2b92c97d4ccb251a52c52683..c5cfe77b2e1bfa019498c23ecc9e24017701a9e0 100644 (file)
@@ -75,7 +75,7 @@ m68k_elf_after_open (void)
         input file with a nonzero .data section.  The BFD backend will fill in
         these sections with magic numbers which can be used to relocate the
         data section at run time.  */
-      for (abfd = link_info.input_bfds; abfd != NULL; abfd = abfd->link_next)
+      for (abfd = link_info.input_bfds; abfd != NULL; abfd = abfd->link.next)
        {
          asection *datasec;
 
@@ -153,7 +153,7 @@ m68k_elf_after_allocation (void)
 
       /* If we are generating embedded relocs, call a special BFD backend
         routine to do the work.  */
-      for (abfd = link_info.input_bfds; abfd != NULL; abfd = abfd->link_next)
+      for (abfd = link_info.input_bfds; abfd != NULL; abfd = abfd->link.next)
        {
          asection *datasec, *relsec;
          char *errmsg;
This page took 0.023313 seconds and 4 git commands to generate.