diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-27 23:57:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-27 23:57:43 +0000 |
commit | 65b4f10b8945da6e664058e1eabb90e41d887286 (patch) | |
tree | 9188dfbbc5b62d9f340bbf83d4c574cd5a0c4ec7 /ChangeLog | |
parent | 58dc1d49686da5b13a8e63f86fecf025b532572e (diff) | |
download | glibc-65b4f10b8945da6e664058e1eabb90e41d887286.zip glibc-65b4f10b8945da6e664058e1eabb90e41d887286.tar.gz glibc-65b4f10b8945da6e664058e1eabb90e41d887286.tar.bz2 |
* include/shlib-compat.h (SHLIB_COMPAT): Make the test handle the
obsoleting version not being defined at all, in which case the
result is always true.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-03-27 Roland McGrath <roland@baalperazim.frob.com> + * include/shlib-compat.h (SHLIB_COMPAT): Make the test handle the + obsoleting version not being defined at all, in which case the + result is always true. + * Makeconfig (preprocess-versions): New canned sequence for running cpp on shlib-versions and the like. (soversions.i): Use it. |