[PATCH v1 1/1] bfd: add a mean to programatically detect a release version

Tom Tromey tom@tromey.com
Thu Aug 14 17:05:12 GMT 2025


>>>>> "Matthieu" == Matthieu Longo <matthieu.longo@arm.com> writes:

Matthieu> +extern bool
Matthieu> +is_release_version (void);

I think it would be good if BFD functions used the "bfd_" prefix.

Matthieu> +/* Return True if the current tool artifact is a development version or a
Matthieu> +   release version.  */
Matthieu> +
Matthieu> +bool
Matthieu> +is_release_version ()

Probably want (void) here as well.

Tom


More information about the Binutils mailing list