This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] [02/03] GLIBC PPC64LE/ELF2 ABI consolidation


On 02/03/2014 11:26 AM, Adhemerval Zanella wrote:
> This is the second patch to change the powerpc64le start ABI to 2.17.

Looks correct to me.

Did you rebuild glibc and verify no 2.18 symbols?
 
> ---
> 
> 2014-02-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
> 
> 	* nptl/shlib-versions: Change powerpc*le start to 2.17.
> 	* shlib-versions: Likewise.
> 
> --
> 
> diff --git a/nptl/shlib-versions b/nptl/shlib-versions
> index 495b240..f6b9b9a 100644
> --- a/nptl/shlib-versions
> +++ b/nptl/shlib-versions
> @@ -2,5 +2,5 @@ sparc64.*-.*-linux.*	libpthread=0		GLIBC_2.2
>  sh.*-.*-linux.*		libpthread=0		GLIBC_2.2
>  s390x-.*-linux.*	libpthread=0		GLIBC_2.2
>  powerpc64-.*-linux.*	libpthread=0		GLIBC_2.3
> -powerpc.*le-.*-linux.*	libpthread=0		GLIBC_2.18
> +powerpc.*le-.*-linux.*	libpthread=0		GLIBC_2.17
>  .*-.*-linux.*		libpthread=0
> diff --git a/shlib-versions b/shlib-versions
> index 51f5327..78b0ad7 100644
> --- a/shlib-versions
> +++ b/shlib-versions
> @@ -23,7 +23,7 @@
>  
>  s390x-.*-linux.*        DEFAULT			GLIBC_2.2
>  powerpc64-.*-linux.*	DEFAULT			GLIBC_2.3
> -powerpc.*le-.*-linux.*	DEFAULT			GLIBC_2.18
> +powerpc.*le-.*-linux.*	DEFAULT			GLIBC_2.17
>  .*-.*-gnu-gnu.*		DEFAULT			GLIBC_2.2.6
>  
>  # Configuration		ABI			Identifier for ABI data files
> 

Cheers,
Carlos.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]