On Tue, Nov 13, 2012 at 2:39 AM, Jakub Jelinek wrote:
> On Mon, Nov 12, 2012 at 10:13:08PM -0500, David Edelsohn wrote:
>> gcc/asan.c probably should have been split into two files because it
>> works at multiple levels. But given that it invokes
>> ASM_GENERATE_INTERNAL_LABEL, it needs to includ
On Mon, Nov 12, 2012 at 10:13:08PM -0500, David Edelsohn wrote:
> gcc/asan.c probably should have been split into two files because it
> works at multiple levels. But given that it invokes
> ASM_GENERATE_INTERNAL_LABEL, it needs to include tm_p.h to include
> -protos.h.
>
> Committed as obvious t