make check failure on x86-64 with abilist
Jakub Jelinek
jakub@redhat.com
Wed Mar 19 09:44:00 GMT 2003
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
More information about the Libc-hacker
mailing list