[PATCH v11 03/25] gas: implement parsing of object attributes v2
Jan Beulich
jbeulich@suse.com
Fri Jan 9 14:11:02 GMT 2026
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
More information about the Binutils
mailing list