about summary refs log tree commit diff
path: root/scripts/firstversions.awk
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in firstversions.awk version range handling.Chris Metcalf2012-01-281-2/+6
|
* 2008-12-05 Joseph Myers <joseph@codesourcery.com>Ulrich Drepper2008-12-061-4/+27
| | | | | | | | | Ulrich Drepper <drepper@redhat.com> * scripts/firstversion.awk: Use custom comparison function to compare version numbers. * scripts/versions.awk: Use sort invocation which can handle multi-digit sub-version numbers.
* * scripts/firstversions.awk: When encountering a version newer thanRoland McGrath2002-08-221-6/+21
| | | | | the specified earliest version, be sure to emit the specified earliest version first if any renaming of an older version to that has been.
* Update.Ulrich Drepper2002-04-031-2/+3
| | | | | | | | | | | | | | | * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify size of _dl_arm_cap_flags. Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155]. * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT): Define as 8. 2002-03-22 H.J. Lu <hjl@gnu.org> * scripts/firstversions.awk: Check the first version. 2002-04-02 Ulrich Drepper <drepper@redhat.com>
* * scripts/versions.awk: Improve error message for missing version.Roland McGrath2002-02-071-3/+10
| | | | | | | | | 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.
* 2002-02-06 Roland McGrath <roland@frob.com>Roland McGrath2002-02-071-9/+12
| | | | * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
* 2000-03-21 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath2000-03-211-7/+16
| | | | | | | | | * 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.
* * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliestRoland McGrath2000-03-191-0/+27
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.