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: make check failure on x86-64 with abilist


On Wed, Mar 19, 2003 at 10:26:30AM +0100, Andreas Jaeger wrote:
> 
> Roland,
> 
> I get this failure during make check on Linux/x86-64 now:
> --- -   2003-03-19 10:15:18.000000000 +0100
> +++ /usr/src/aj/build/libc/main/libc.symlist    2003-03-19 10:15:18.000000000 +0100
> @@ -427 +427 @@ GLIBC_2.2.5
> - _nl_default_dirname D 0x12
> + _nl_default_dirname D 0x26
> make[2]: *** [check-abi-libc] Error 1
> 
> What's the best way to fix this?  Will update-abi handle this?

First of all, it is unfortunate a string as char array is exported.
If a binary accesses _nl_default_dirname, it will have a
copy reloc for exactly this size.
0x12 is sizeof "/usr/share/locale" which is what the ABI should specify.

	Jakub


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