This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] Remove all traces of Unixware.


On 12/11/2012 04:20 AM, Yao Qi wrote:
> On 12/11/2012 02:02 AM, Pedro Alves wrote:
>> @@ -5547,8 +5510,8 @@ procfs_make_note_section (bfd *obfd, int *note_size)
>>   #ifdef NEW_PROC_API
>>     fill_gregset (get_current_regcache (), &gregs, -1);
>>     note_data = elfcore_write_pstatus (obfd, note_data, note_size,
>> -                     PIDGET (inferior_ptid),
>> -                     stop_signal, &gregs);
>> +                                    PIDGET (inferior_ptid),
>> +                                    stop_signal, &gregs);
> 
> Looks this chunk replaces 'tab' with 'space's, so the change here is not necessary.

Whoops, thanks.  That was unintentional.

-- 
Pedro Alves


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