* config/obj-elf.c (elf_begin): New function.
[binutils-gdb.git] / gas / as.c
index 21caa2009b73e9ed6562d8755f6913986f10b493..475fa8e8fc7814a7a8caf854d23e879ebf2b7a53 100644 (file)
--- a/gas/as.c
+++ b/gas/as.c
@@ -788,6 +788,10 @@ perform_an_assembly_pass (argc, argv)
      and sections already created, in BFD_ASSEMBLER mode.  */
   md_begin ();
 
+#ifdef obj_begin
+  obj_begin ();
+#endif
+
   argv++;                      /* skip argv[0] */
   argc--;                      /* skip argv[0] */
   while (argc--)