Make asection->id and asection->index unsigned
[deliverable/binutils-gdb.git] / bfd / coff-tic80.c
index 10d50f0aab2d24248af7bd236ac511c06f38906d..ea27034269c58d71ea4405078a422bf9f4edf260 100644 (file)
@@ -562,7 +562,7 @@ coff_tic80_relocate_section (bfd *output_bfd,
                     + sec->output_offset);
              }
 
-         else if (! info->relocatable)
+         else if (! bfd_link_relocatable (info))
            {
              if (! ((*info->callbacks->undefined_symbol)
                     (info, h->root.root.string, input_bfd, input_section,
This page took 0.024403 seconds and 4 git commands to generate.