diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-22 05:44:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-22 05:44:35 +0000 |
commit | 42f76b6bd7a3134573ddd0661e89fe7b23540de2 (patch) | |
tree | 5806bf11f2320cfb535b177531f8c0f631a79a4d /ChangeLog | |
parent | cb832354c37fe97500b8de9b867d2794cfb902fa (diff) | |
download | glibc-42f76b6bd7a3134573ddd0661e89fe7b23540de2.tar glibc-42f76b6bd7a3134573ddd0661e89fe7b23540de2.tar.gz glibc-42f76b6bd7a3134573ddd0661e89fe7b23540de2.tar.bz2 glibc-42f76b6bd7a3134573ddd0661e89fe7b23540de2.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2000-03-22 Roland McGrath <roland@baalperazim.frob.com> + + * 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 <drepper@redhat.com> * nscd/connections.c (nscd_run): Pretty print. |