make check failure on x86-64 with abilist
Andreas Jaeger
aj@suse.de
Wed Mar 19 11:05:00 GMT 2003
Roland McGrath <roland@redhat.com> writes:
>> So, should we make it internal now? I don't see where it's used and
>> it's not exported in /usr/include.
>
> Sounds fine to me.
Patch is appended. Ok to commit?
>> Btw. make check will always abort if the abi check fails, it's not
>> possible to rerun make check and continue - like it's done with all
>> other tests that create a .out file,
>
> That means you didn't lose anything. make check will always update all
> .out files, and then do check-abi (show you the diff).
Excellent!
Andreas
2003-03-19 Andreas Jaeger <aj@suse.de>
* intl/Versions: Make _nl_msg_cat_cntr, _nl_default_dirname and
_nl_domain_bindings as private.
============================================================
Index: intl/Versions
--- intl/Versions 1 May 2002 16:42:08 -0000 1.4
+++ intl/Versions 19 Mar 2003 11:01:08 -0000
@@ -1,8 +1,5 @@
libc {
GLIBC_2.0 {
- # global variables
- _nl_msg_cat_cntr; _nl_default_dirname; _nl_domain_bindings;
-
# functions used in inline functions or macros
__dcgettext;
@@ -27,5 +24,9 @@ libc {
# n*
ngettext;
+ }
+ GLIBC_PRIVATE {
+ # global variables
+ _nl_msg_cat_cntr; _nl_default_dirname; _nl_domain_bindings;
}
}
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
More information about the Libc-hacker
mailing list