aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-03-19 20:36:44 +0000
committerRoland McGrath <roland@gnu.org>2000-03-19 20:36:44 +0000
commit361742eda986901daf75169faaf648d4d132ccfb (patch)
treea5d99df3b839ac0fd99cf17886ea35b900d16039 /ChangeLog
parent882688521994c2329242212a61dd2a7c44eadbc6 (diff)
downloadglibc-361742eda986901daf75169faaf648d4d132ccfb.tar
glibc-361742eda986901daf75169faaf648d4d132ccfb.tar.gz
glibc-361742eda986901daf75169faaf648d4d132ccfb.tar.bz2
glibc-361742eda986901daf75169faaf648d4d132ccfb.zip
* shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
supported version for libc 0.2.90.libio to GLIBC_2.2. * Makeconfig (soversions.mk): Grok new third column in shlib-versions, and use it to emit new variable `map-firstversions'. * scripts/firstversions.awk: New file. * Makerules (Versions.all): Use scripts/firstversions.awk and the $(map-firstversions) value to generate a modified versions list that includes renames in "A = B" syntax for each version set earlier than the "earliest symbol version" named in shlib-versions. * scripts/versions.awk: Recognize "A = B" lines in the input to mean rename version set A to B in the output to the intermediate file. * scripts/abi-versions.awk: New file. * Makerules (abi-versions.h): New target, generated by that script. [$(versioning) = yes] (before-compile): Prepend abi-versions.h. * include/shlib-compat.h: New file, uses that generated header.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8efcb08e9..9c84cb239f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2000-03-19 Roland McGrath <roland@baalperazim.frob.com>
+
+ * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
+ supported version for libc 0.2.90.libio to GLIBC_2.2.
+
+ * Makeconfig (soversions.mk): Grok new third column in shlib-versions,
+ and use it to emit new variable `map-firstversions'.
+ * scripts/firstversions.awk: New file.
+ * Makerules (Versions.all): Use scripts/firstversions.awk and
+ the $(map-firstversions) value to generate a modified versions list
+ that includes renames in "A = B" syntax for each version set earlier
+ than the "earliest symbol version" named in shlib-versions.
+ * scripts/versions.awk: Recognize "A = B" lines in the input to mean
+ rename version set A to B in the output to the intermediate file.
+ * scripts/abi-versions.awk: New file.
+ * Makerules (abi-versions.h): New target, generated by that script.
+ [$(versioning) = yes] (before-compile): Prepend abi-versions.h.
+ * include/shlib-compat.h: New file, uses that generated header.
+
2000-03-18 Roland McGrath <roland@baalperazim.frob.com>
* Makeconfig (soversions.mk): Convert % -> # in shlib-versions