diff options
author | Roland McGrath <roland@gnu.org> | 2000-03-21 20:36:53 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-03-21 20:36:53 +0000 |
commit | 733af7d6c32ef8305c30a47cd5b0d6c81d27b3ea (patch) | |
tree | 401e170d5ffeb7723c4a144029da23b818404435 /shlib-versions | |
parent | b0c766ddd76df9375c6a7bb59111c68934c47166 (diff) | |
download | glibc-733af7d6c32ef8305c30a47cd5b0d6c81d27b3ea.zip glibc-733af7d6c32ef8305c30a47cd5b0d6c81d27b3ea.tar.gz glibc-733af7d6c32ef8305c30a47cd5b0d6c81d27b3ea.tar.bz2 |
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.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shlib-versions b/shlib-versions index f907bc7..f4365ee 100644 --- a/shlib-versions +++ b/shlib-versions @@ -8,6 +8,11 @@ # This file can use cpp-style conditionals starting with % instead of # # to test the symbols defined in config.h by configure. +# In the optional third column, there can one or more symbol set names +# listed, which must be in ascending version order reading left to right +# and must appear in this same order in the Versions.def file. Each listed +# version subsumes all prior versions back to the previous listed version. + # Configuration Library=version Earliest symbol set (optional) # ------------- --------------- ------------------------------ @@ -23,6 +28,8 @@ arm.*-.*-.* libm=6 # We provide libc.so.6 for Linux kernel versions 2.0 and later. alpha.*-.*-linux.* libc=6.1 +# Working mips versions were never released between 2.0 and 2.2. +mips.*-.*-linux.* libc=6 GLIBC_2.0 GLIBC_2.2 .*-.*-linux.* libc=6 # libmachuser.so.1 corresponds to mach/*.defs as of Utah's UK22 release. |