This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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: glibc ABI symbol list checking


> update-abi does work now for me but if I transfer e.g. the
> locale/libBrokenLocale.abilist file for i.86 which is:
> 
> GLIBC_2.0 i.86-.*-linux.*
>  GLIBC_2.0 A
>  __ctype_get_mb_cur_max F
> 
> to x86-64 and run update-abi this time as:
> $ make update-abi update-abi-config='x86_64-.*-linux.*'
> 
> I get a new file:
> GLIBC_2.2.5 x86_64-.*-linux.*
>  GLIBC_2.2.5 A
>  __ctype_get_mb_cur_max F
> 
> The config for i.86 is removed.  How should those two get merged
> together correctly?

I cannot reproduce this.  I get both the existing GLIBC_2.0 list and the
new GLIBC_2.2.5 list just as I should.  What awk are you using?


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