diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-21 20:37:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-21 20:37:33 +0000 |
commit | 39c571225a99bd583996c3dba9b213f5012af958 (patch) | |
tree | ebf7b50a6672eb8e879d68fb1ef9896fbe18558c | |
parent | 733af7d6c32ef8305c30a47cd5b0d6c81d27b3ea (diff) | |
download | glibc-39c571225a99bd583996c3dba9b213f5012af958.tar.gz glibc-39c571225a99bd583996c3dba9b213f5012af958.tar.xz glibc-39c571225a99bd583996c3dba9b213f5012af958.zip |
* scripts/firstversions.awk: Allow multiple version sets in the
"earliest version" specification, meaning that version sets in the gaps between listed versions should be folded into the earliest later version that is explicitly listed. * shlib-versions (mips.*-.*-linux.*): Use that syntax for to say we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 414ed4daaa..03fc065f78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2000-03-21 Roland McGrath <roland@baalperazim.frob.com> + + * scripts/firstversions.awk: Allow multiple version sets in the + "earliest version" specification, meaning that version sets in the + gaps between listed versions should be folded into the earliest later + version that is explicitly listed. + * shlib-versions (mips.*-.*-linux.*): Use that syntax for to say + we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets. + 2000-03-21 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_builtin.c: Include <endian.h>. |