[PATCH v1 3/8] aarch64: change returned type to bool to match semantic of functions

Matthieu Longo matthieu.longo@arm.com
Tue Nov 5 11:30:44 GMT 2024


On 2024-10-24 10:47, Alan Modra wrote:
> On Wed, Oct 23, 2024 at 11:48:11AM +0100, Matthieu Longo wrote:
>> --- a/include/opcode/aarch64.h
>> +++ b/include/opcode/aarch64.h
>> @@ -23,6 +23,7 @@
>>   #define OPCODE_AARCH64_H
>>   
>>   #include "bfd.h"
>> +#include <stdbool.h>
>>   #include <stdint.h>
>>   #include <assert.h>
>>   #include <stdlib.h>
> 
> Not wrong, but not necessary since bfd.h already includes stdbool.h.
> 

I will remove it in the next revision.
Still waiting for a review of AArch64 maintainers before publishing the 
new revision.


More information about the Binutils mailing list