Re: [patch] Fix PR48109 using artificial top-level asm statements (darwin/objc)

2012-06-19 Thread Mike Stump
On Jun 18, 2012, at 10:51 AM, Steven Bosscher wrote: > This patch started as an attempt to remove #include "output.h" from > objc/: Instead of writing references directly to asm_out_file, the > references are output as top-level asm statements. > OK for trunk? Ok.

Re: [patch] Fix PR48109 using artificial top-level asm statements (darwin/objc)

2012-06-19 Thread Richard Guenther
On Mon, Jun 18, 2012 at 7:51 PM, Steven Bosscher wrote: > Hello, > > This patch started as an attempt to remove #include "output.h" from > objc/: Instead of writing references directly to asm_out_file, the > references are output as top-level asm statements. It's a bit of a > hack, but it works an