[PATCH] Fix -aux-info (was Re: Kill -a/-ax profiler)

Andreas Jaeger aj@suse.de
Thu Dec 27 11:58:00 GMT 2001


Jakub Jelinek <jakub@redhat.com> writes:

> On Wed, Dec 05, 2001 at 10:38:51PM -0800, Richard Henderson wrote:
>>         /* Count of the # of basic blocks or # of instrumented arcs.  */
>> -       assemble_integer (GEN_INT (profile_block_flag
>> - 				 ? count_basic_blocks
>> - 				 : count_instrumented_edges),
>> +       assemble_integer (GEN_INT (count_instrumented_edges),
>> 
>> Update comment.
>> 
>> -       else if (!strncmp (arg, "aux-info", 8))
>> - 	{
>> 
>> Deleted too much.
>
> Jan, you missed this...
> Commited as obvious.

Thanks.

I guess this fixes PR 5137: "other/5137: make proto fails
(SYSCALLS.c.X generation broken) since -aux-info is not supported"
which I've submitted over a week ago.

I'll give it a try next year and then close the PR,
Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Gcc-patches mailing list