This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: new cpu's for rs6000 target (Revised)



On Tuesday, September 25, 2001, at 04:58 PM, Daniel Egger wrote:

> On Mit, 2001-09-26 at 01:30, dalej@apple.com wrote:
>
>> @@ -5649,8 +7188,12 @@
>>     if (info->fp_size)
>>       fprintf (stderr, "\tfp_size             = %5d\n", info->fp_size);
>>
>>    if (info->lr_size)
>> -    fprintf (stderr, "\tlr_size             = %5d\n", info->cr_size);
>> +    fprintf (stderr, "\tlr_size             = %5d\n", info->lr_size);
>
> Obviously you also spotted a bug and corrected it. It would probably be
> a good idea to mention that in the ChangeLog.

I did:
           config/rs6000/rs6000.c (debug_stack_info):  fix an obvious typo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]