> -----Original Message-----
> From: Richard Biener <[email protected]>
> Sent: Friday, November 28, 2025 08:53
> To: [email protected]
> Cc: Jakub Jelinek <[email protected]>; [email protected];
[email protected]
> Subject: [PATCH] Bump libgcobol SONAME
> 
> This bumps the libgcobol SONAME for GCC 16 since compared to GCC 15
> there are removed symbols and key data structures have changed.
> 
> OK for trunk?

Yes.

There will be other related changes coming in, as Jim continues to wrestle
with libxml2 issues.

> 
> Thanks,
> Richard.
> 
>       PR cobol/122803
>       * configure.ac (LIBGCOBOL_VERSION): Bump to 2:0:0.
>       * configure: Re-generate.
> ---
>  libgcobol/configure    | 2 +-
>  libgcobol/configure.ac | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libgcobol/configure b/libgcobol/configure
> index 4a57b030350..410fc35e218 100755
> --- a/libgcobol/configure
> +++ b/libgcobol/configure
> @@ -17412,7 +17412,7 @@ fi
> 
> 
>  # libgcobol soname version
> -LIBGCOBOL_VERSION=1:0:0
> +LIBGCOBOL_VERSION=2:0:0
> 
> 
>  ## added, currently unused.
> diff --git a/libgcobol/configure.ac b/libgcobol/configure.ac
> index 8062601da71..9b6ea7ebbf3 100644
> --- a/libgcobol/configure.ac
> +++ b/libgcobol/configure.ac
> @@ -184,7 +184,7 @@ AC_SEARCH_LIBS([malloc], [c])
>  AC_SEARCH_LIBS([clock_gettime], [c rt])
> 
>  # libgcobol soname version
> -LIBGCOBOL_VERSION=1:0:0
> +LIBGCOBOL_VERSION=2:0:0
>  AC_SUBST(LIBGCOBOL_VERSION)
> 
>  ## added, currently unused.
> --
> 2.51.0

Reply via email to