[Bug target/43729] MachO LTO support needed for darwin

2010-04-12 Thread steven at gcc dot gnu dot org
-- steven at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Status|UNCONFIRMED |NEW

[Bug target/43729] MachO LTO support needed for darwin

2010-04-12 Thread steven at gcc dot gnu dot org
--- Comment #1 from steven at gcc dot gnu dot org 2010-04-12 15:59 --- From http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42776#c8 : Can we use a similar approach for Mach-O [as for PE-COFF]? I don't speak Mach-O, but yes, the approach should work. You'd start by saying

[Bug target/43729] MachO LTO support needed for darwin

2010-04-12 Thread steven at gcc dot gnu dot org
--- Comment #2 from steven at gcc dot gnu dot org 2010-04-12 16:15 --- For the Mach-O file format, follow this link: http://developer.apple.com/mac/library/documentation/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html First step for Mach-O support would be figuring out

[Bug target/43729] MachO LTO support needed for darwin

2010-04-12 Thread howarth at nitro dot med dot uc dot edu
--- Comment #3 from howarth at nitro dot med dot uc dot edu 2010-04-12 17:11 --- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42776#c8 also contains a short list of some of the required code changes for MachO LTO. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43729

[Bug target/43729] MachO LTO support needed for darwin

2010-04-12 Thread fang at csl dot cornell dot edu
--- Comment #4 from fang at csl dot cornell dot edu 2010-04-12 21:39 --- Plz? :) -- fang at csl dot cornell dot edu changed: What|Removed |Added CC|