From: Roland McGrath Date: Wed, 22 Mar 2000 05:44:35 +0000 (+0000) Subject: * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument, X-Git-Tag: upstream/2.30~26035 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42f76b6bd7a3134573ddd0661e89fe7b23540de2;p=external%2Fglibc.git * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument, indicating the first version set to obsolete the conditionalized code. * scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's rhs be the ABI_* macro for the subsuming version. Assign increasing integer values to the ABI_* macros for supported versions. --- diff --git a/ChangeLog b/ChangeLog index 062e45e..02135f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-03-22 Roland McGrath + + * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument, + indicating the first version set to obsolete the conditionalized code. + * scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's + rhs be the ABI_* macro for the subsuming version. Assign increasing + integer values to the ABI_* macros for supported versions. + 2000-03-21 Ulrich Drepper * nscd/connections.c (nscd_run): Pretty print.