* scripts/versions.awk: Improve error message for missing version.
authorRoland McGrath <roland@gnu.org>
Thu, 7 Feb 2002 05:25:11 +0000 (05:25 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 7 Feb 2002 05:25:11 +0000 (05:25 +0000)
commit48a5e01019cd75b1a9f01773d583e0f0f923aa42
treeb8b53418a9f02490a10b280de797e46dc1a8da9a
parent9813e10395627340586f7788a31ef22b80fe1b17
* 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.
ChangeLog
scripts/firstversions.awk
scripts/versions.awk