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

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

2012-05-25 Thread Jack Howarth
The attached patch solves PR53453. The upcoming dsymutil release will now issue a warning when no debug notes are emitted for an object file on linkage. This causes several thousand failures in the FSF gcc testsuite. The origin of this problem is that the darwin linker requires the presence o