diff options
author | Roland McGrath <roland@gnu.org> | 2002-02-07 05:25:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-02-07 05:25:11 +0000 |
commit | 48a5e01019cd75b1a9f01773d583e0f0f923aa42 (patch) | |
tree | b8b53418a9f02490a10b280de797e46dc1a8da9a /ChangeLog | |
parent | 9813e10395627340586f7788a31ef22b80fe1b17 (diff) | |
download | glibc-48a5e01019cd75b1a9f01773d583e0f0f923aa42.tar.gz glibc-48a5e01019cd75b1a9f01773d583e0f0f923aa42.tar.xz glibc-48a5e01019cd75b1a9f01773d583e0f0f923aa42.zip |
* scripts/versions.awk: Improve error message for missing version.
Each version inherits from the last one only if they have the same nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y but not GLIBC_x and FOO_y. * scripts/firstversions.awk: Handle libraries that don't have each particular version named in the third column of shlib-versions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d45a4dbc15..043339b8ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2002-02-06 Roland McGrath <roland@frob.com> + * scripts/versions.awk: Improve error message for missing version. + Each version inherits from the last one only if they have the same + nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y + but not GLIBC_x and FOO_y. + + * scripts/firstversions.awk: Handle libraries that don't have each + particular version named in the third column of shlib-versions. + * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE. 2002-02-06 Ulrich Drepper <drepper@redhat.com> |