Add output_type to bfd_link_info
[deliverable/binutils-gdb.git] / ld / emultempl / tic6xdsbt.em
index 347e6d5835d5ebf6ec98957cc3ac9597135a9cdc..2e3d3f29d9f8acd4efc8020f1b1dbcc87234436c 100644 (file)
@@ -97,7 +97,7 @@ gld${EMULATION_NAME}_after_allocation (void)
   int layout_changed = 0;
   int ret;
 
-  if (!link_info.relocatable)
+  if (!bfd_link_relocatable (&link_info))
     {
       /* Build a sorted list of input text sections, then use that to process
         the unwind table index.  */
This page took 0.02371 seconds and 4 git commands to generate.