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] Fix build error in aarch64-linux-tdep.c on macOS


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


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