[PATCH v1] bfd: use correct format specifier for uint64_t
Jan Beulich
jbeulich@suse.com
Thu Jan 22 13:10:24 GMT 2026
On 22.01.2026 13:57, Matthieu Longo wrote:
> ---
> bfd/elf-attrs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Counts as obvious, I'd say, but just in case: Okay.
Jan
> --- a/bfd/elf-attrs.c
> +++ b/bfd/elf-attrs.c
> @@ -688,7 +688,7 @@ _bfd_obj_attr_v2_tag_to_string (const struct elf_backend_data *bed,
> = _bfd_obj_attr_v2_find_known_by_tag (bed, subsec_name, tag);
> if (attr_info != NULL)
> return xstrdup (attr_info->tag.name);
> - return xasprintf ("Tag_unknown_%lu", tag);
> + return xasprintf ("Tag_unknown_%"PRIu64, tag);
> }
>
> /* To-string function for the subsection parameter "comprehension". */
More information about the Binutils
mailing list