Skip to content
Snippets Groups Projects
Commit f1c2d4af authored by H.J. Lu's avatar H.J. Lu
Browse files

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.
parent a69e7d0a
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment