Allow symbol and label names to be enclosed in double quotes.
[binutils-gdb.git] / bfd / coff-mcore.c
index 45d49174354f8cde33aefe6a6de1578ac11e43fe..53c5d369fea9fd583ba56a6ee25ee505083b87b4 100644 (file)
@@ -358,7 +358,7 @@ coff_mcore_relocate_section (bfd * output_bfd,
   /* If we are performing a relocatable link, we don't need to do a
      thing.  The caller will take care of adjusting the reloc
      addresses and symbol indices.  */
-  if (info->relocatable)
+  if (bfd_link_relocatable (info))
     return TRUE;
 
   /* Check if we have the same endianness */