Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 149) sorted by relevance

123456

/glibc-2.36/scripts/
Dtest-installation.pl110 %versions = ();
129 $versions{$name} = $version;
183 if ($versions{$name} ne $version1 || $version1 ne $version2) {
204 foreach (keys %versions) {
Dsoversions.awk21 versions[lib] = $0
27 if (lib in versions)
28 set = versions[lib];
Dbuild-many-glibcs.py572 if k in self.versions:
573 build_versions[k] = {'version': self.versions[k]['version'],
574 'revision': self.versions[k]['revision']}
767 self.versions = {}
770 self.versions = json.load(f)
781 self.store_json(self.versions, self.versions_json)
785 self.versions[component] = {'version': version,
790 def checkout(self, versions): argument
804 for v in versions:
822 if k in self.versions and self.versions[k]['explicit']:
[all …]
Dversions.awk23 versions[curlib "::" $1] = 1;
76 else if (!versions[actlib "::" $1] && $1 != "GLIBC_PRIVATE") {
/glibc-2.36/
Dshlib-versions1 # This file (and shlib-versions files in sysdeps directories) defines
4 # The following lines list the associated versions to use for various
16 # version subsumes all prior versions back to the previous listed version.
DMakeconfig913 # This tells some versions of GNU make before 3.63 not to export all variables.
988 # facility. In fact, shlib-versions should not use it because that will
990 # shlib-versions.
1028 # Enable object files for different versions of the library.
1138 # Process the shlib-versions file, which tells us what shared library
1144 $(common-objpfx)shlib-versions.v.i: \
1145 $(wildcard $(+sysdep_dirs:=/shlib-versions) \
1146 $(subdir-srcdirs:=/shlib-versions)) \
1147 $(..)shlib-versions
1150 $(common-objpfx)shlib-versions.v
[all …]
Dlibc-abis1 # Definition of features which introduce new libc ABI versions. This
3 # versions. The static linker will encode in the EI_ABIVERSION field in
DMakerules95 # Even before that, we need abi-versions.h which is generated right here.
98 before-compile := $(common-objpfx)abi-versions.h $(before-compile)
99 $(common-objpfx)abi-versions.h: $(..)scripts/abi-versions.awk \
104 $(common-objpfx)%.latest: $(common-objpfx)abi-versions.h
106 $(common-objpfx)abi-versions.h > $@T
109 # first-versions.h and ldbl-compat-choose.h provide macros used in
111 before-compile := $(common-objpfx)first-versions.h \
113 $(common-objpfx)first-versions.h: $(common-objpfx)versions.stmp
114 $(common-objpfx)ldbl-compat-choose.h: $(common-objpfx)versions.stmp
489 # If we have versioned code we don't need the old versions in any of the
[all …]
/glibc-2.36/sysdeps/powerpc/powerpc64/le/
Dconfigure.ac33 dnl Some old compiler versions give error for the function signbit() for
54 dnl Some old compiler versions give out error messages when combining
/glibc-2.36/sysdeps/arm/
Dconfigure.ac9 # shlib-versions to select the appropriate name for
64 # This was buggy in assemblers from GNU binutils versions before 2.25.1
Dconfigure9 # shlib-versions to select the appropriate name for
224 # This was buggy in assemblers from GNU binutils versions before 2.25.1
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
DVersions57 # checking versions, using IEEE quad long double
61 # checking versions, using IEEE double as long double
/glibc-2.36/sysdeps/unix/sysv/linux/mips/
Dshlib-versions3 # Working mips versions were never released between 2.0 and 2.2.
/glibc-2.36/manual/
Dfdl-1.3.texi199 from that of the Document, and from those of previous versions
246 the network locations given in the Document for previous versions
307 versions, provided that you include in the combination all of the
369 original versions of these Invariant Sections. You may include a
372 the original English version of this License and the original versions
413 The Free Software Foundation may publish new, revised versions
415 versions will be similar in spirit to the present version, but may
427 specifies that a proxy can decide which future versions of this
446 California, as well as future copyleft versions of that license
/glibc-2.36/sysdeps/arc/
Dconfigure.ac20 # For shlib-versions.
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/
Dconfigure.ac15 # For shlib-versions.
/glibc-2.36/posix/rxspencer/
DCOPYRIGHT16 3. Altered versions must be plainly marked as such, and must not be
/glibc-2.36/elf/
DVersions28 # by scripts/versions.awk.
/glibc-2.36/mach/
Derr_us.sub9 * software, derivative works or modified versions, and any portions
Derr_boot.sub9 * software, derivative works or modified versions, and any portions
/glibc-2.36/ChangeLog.old/
DChangeLog.libidn18 * shlib-versions: Remove first column with configuration names.
162 * shlib-versions: New file.
DChangeLog.ports-am33165 * sysdeps/am33/shlib-versions: Moved from top level.
306 * shlib-versions: Set GLIBC_2.2.5 as the earliest symbol set.
338 * shlib-versions: Added am33_2.0 support.
/glibc-2.36/math/
Dlibm-test-compat_totalorder.inc20 #include <first-versions.h>
Dlibm-test-compat_totalordermag.inc20 #include <first-versions.h>
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlocalplt.data16 # The dynamic linker has its own versions of basic functions for initial loading

123456