[PATCH] Fix build error in aarch64-linux-tdep.c on macOS

Simon Marchi simark@simark.ca
Sun Sep 23 14:13:00 GMT 2018


On 2018-09-20 6:13 p.m., Kevin Buettner wrote:
> On Thu, 20 Sep 2018 20:22:26 +0000
> Simon Marchi <simon.marchi@ericsson.com> wrote:
> 
>> Fix it by changing the type of the vl variable to be ULONGEST, which is what
>> extract_unsigned_integer returns anyway.
>>
>> gdb/ChangeLog:
>>
>> 	* aarch64-linux-tdep.c (aarch64_linux_supply_sve_regset): Change type
>> 	of vl to ULONGEST.
> 
> LGTM.
> 
> Kevin
> 

Thanks, I pushed it.

Simon



More information about the Gdb-patches mailing list