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

Matthieu Longo matthieu.longo@arm.com
Fri Aug 15 09:02:10 GMT 2025


On 2025-08-14 18:05, Tom Tromey wrote:
>>>>>> "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.
> 

Fixed in the next revision.

> 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.

Fixed in the next revision.

> 
> Tom



More information about the Binutils mailing list