Re: [PATCH] PR debug/53453 ensure debug notes linked on darwin

2012-05-25 Thread Mike Stump
On May 25, 2012, at 6:03 AM, Jack Howarth wrote: > The attached patch solves PR53453. Darwin bits are Ok.

Re: [PATCH] PR debug/53453 ensure debug notes linked on darwin

2012-05-25 Thread Jakub Jelinek
On Fri, May 25, 2012 at 09:03:02AM -0400, Jack Howarth wrote: > DEFHOOKPOD > +(force_at_comp_dir, > + "True if the @code{AT_comp_dir} attribute should be emitted for each \ It is DW_AT_comp_dir, so at least the comment should get it right. Jakub