bfd: new BFD target entry point _bfd_set_reloc.
[deliverable/binutils-gdb.git] / bfd / coffcode.h
index 96a7886bc8126bd04984263fb23c93a76e0a207a..f9d3978b2d55a82963a1d8c6bc381a474df66190 100644 (file)
@@ -5439,6 +5439,10 @@ coff_canonicalize_reloc (bfd * abfd,
   return section->reloc_count;
 }
 
+#ifndef coff_set_reloc
+#define coff_set_reloc _bfd_generic_set_reloc
+#endif
+
 #ifndef coff_reloc16_estimate
 #define coff_reloc16_estimate dummy_reloc16_estimate
 
This page took 0.028283 seconds and 4 git commands to generate.