[PATCH v1 3/8] aarch64: change returned type to bool to match semantic of functions
Richard Earnshaw (lists)
Richard.Earnshaw@arm.com
Tue Nov 5 17:18:28 GMT 2024
On 05/11/2024 11:30, Matthieu Longo wrote:
> 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.
This is OK with the above change.
R.
More information about the Binutils
mailing list