[PATCH v11 03/25] gas: implement parsing of object attributes v2
Matthieu Longo
matthieu.longo@arm.com
Wed Jan 14 17:00:17 GMT 2026
On 09/01/2026 14:11, Jan Beulich wrote:
> On 31.12.2025 00:05, Matthieu Longo wrote:
>> --- a/gas/config/obj-elf-attr.h
>> +++ b/gas/config/obj-elf-attr.h
>> @@ -23,12 +23,34 @@
>>
>> #include "as.h"
>>
>> +#ifndef TC_OBJ_ATTR_V1
>> +#define TC_OBJ_ATTR_V1 0
>> +#endif
>> +#ifndef TC_OBJ_ATTR_V2
>> +#define TC_OBJ_ATTR_V2 0
>> +#endif
>
> Note that these use upper-case V-s, while ...
>
>> +#if (TC_OBJ_ATTR_v1 || TC_OBJ_ATTR_v2)
>
> ... here and elsewhere it's lower-case ones.
>
> Jan
Good catch. Thanks for noticing that.
Fixed.
Matthieu
More information about the Binutils
mailing list