]> Git Repo - binutils.git/blobdiff - ld/emultempl/sh64elf.em
Add output_type to bfd_link_info
[binutils.git] / ld / emultempl / sh64elf.em
index 794115a93386d0d8290b2c63ec91292231c87050..29be05b15045c4b644780d13026543ef1b16e5c1 100644 (file)
@@ -485,7 +485,8 @@ sh64_elf_${EMULATION_NAME}_after_allocation (void)
 
                    /* If we emit relocatable contents, we need a
                       relocation for the start address.  */
-                   if (link_info.relocatable || link_info.emitrelocations)
+                   if (bfd_link_relocatable (&link_info)
+                       || link_info.emitrelocations)
                      {
                        /* FIXME: We could perhaps use lang_add_reloc and
                           friends here, but I'm not really sure that
This page took 0.019088 seconds and 4 git commands to generate.