2009-08-31 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 31 Aug 2009 18:45:26 +0000 (18:45 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 31 Aug 2009 18:45:26 +0000 (18:45 +0000)
PR gas/10570
* write.c (write_object_file): Revert the accidental change
made in revision 1.124 on 2009-08-17.

gas/ChangeLog
gas/write.c

index d318c92f09476f09e5b612a20129d76eecce3e02..9884c5de4845857df3f9cf8266f7d1489fa588a6 100644 (file)
@@ -1,3 +1,9 @@
+2009-08-31  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gas/10570
+       * write.c (write_object_file): Revert the accidental change
+       made in revision 1.124 on 2009-08-17.
+
 2009-08-31  Jan Beulich  <jbeulich@novell.com>
 
        * config/obj-elf.c (obj_elf_change_section): Set default type
index 4f1dc4c3d45bd2bfa73ead83c3fe5f2cb078f9f9..f6b726091e26901239080d8fcfd470e87f1454e9 100644 (file)
@@ -1894,12 +1894,13 @@ write_object_file (void)
 #endif
   bfd_map_over_sections (stdoutput, write_relocs, (char *) 0);
 
-#ifdef tc_frob_file_after_reloc
+#ifdef tc_frob_file_after_relocs
   tc_frob_file_after_relocs ();
 #endif
 #ifdef obj_frob_file_after_relocs
   obj_frob_file_after_relocs ();
 #endif
+
   bfd_map_over_sections (stdoutput, write_contents, (char *) 0);
 }