------- Comment #21 from rguenth at gcc dot gnu dot org  2010-05-01 14:53 
-------
+  /* ??? Some targets need to handle LTO assembler output specially.
+     Is this the right place to hanlde that?  */
+  if (flag_generate_lto)

yes.

+  if (flag_generate_lto)
+    targetm.asm_out.lto_end ();

should be right after ipa_write_summaries

+  /* FIXME Need to document this.  */
   off_t offset;

this is the offset for the ELF object inside an ar archive file (or zero)

-
+if(1) return true;

eh?

Not looking at the darwin / mach-o specific parts this looks good to me.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43729

Reply via email to