Add Xtensa port
[deliverable/binutils-gdb.git] / gas / write.c
index f5db82e298d5a1750c0789811a3f1007dc428798..e4ce91cb921574125fc0812da2ac5a7ed2433cf8 100644 (file)
@@ -1586,6 +1586,10 @@ write_object_file ()
   /* Relaxation has completed.  Freeze all syms.  */
   finalize_syms = 1;
 
+#ifdef md_post_relax_hook
+  md_post_relax_hook;
+#endif
+
 #ifndef BFD_ASSEMBLER
   /* Crawl the symbol chain.
 
This page took 0.023302 seconds and 4 git commands to generate.