This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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/4] Fix incorrect indirection


On 27/02/17 23:49, Nick Clifton wrote:
> Hi Daniel,
> 
>> --- a/binutils/stabs.c
>> +++ b/binutils/stabs.c
>> @@ -2702,7 +2702,7 @@ parse_stab_members (void *dhandle, struct stab_handle *info,
>>  	      ++*pp;
>>  	      voffset &= 0x7fffffff;
>>  
>> -	      if (**pp == ';' || *pp == '\0')
>> +	      if (**pp == ';' || **pp == '\0')
> 
> This has already been fixed by commit b972a0d6

Apologies Nick and Alan,

Seems I was looking at the binutils-2_27-branch rather than master.

Sorry for wasting your time.

> 
> Cheers
>   Nick
> 


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