Searched refs:versions (Results 1 – 25 of 149) sorted by relevance
123456
/glibc-2.36/scripts/ |
D | test-installation.pl | 110 %versions = (); 129 $versions{$name} = $version; 183 if ($versions{$name} ne $version1 || $version1 ne $version2) { 204 foreach (keys %versions) {
|
D | soversions.awk | 21 versions[lib] = $0 27 if (lib in versions) 28 set = versions[lib];
|
D | build-many-glibcs.py | 572 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 …]
|
D | versions.awk | 23 versions[curlib "::" $1] = 1; 76 else if (!versions[actlib "::" $1] && $1 != "GLIBC_PRIVATE") {
|
/glibc-2.36/ |
D | shlib-versions | 1 # 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.
|
D | Makeconfig | 913 # 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 …]
|
D | libc-abis | 1 # Definition of features which introduce new libc ABI versions. This 3 # versions. The static linker will encode in the EI_ABIVERSION field in
|
D | Makerules | 95 # 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/ |
D | configure.ac | 33 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/ |
D | configure.ac | 9 # shlib-versions to select the appropriate name for 64 # This was buggy in assemblers from GNU binutils versions before 2.25.1
|
D | configure | 9 # 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/ |
D | Versions | 57 # checking versions, using IEEE quad long double 61 # checking versions, using IEEE double as long double
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | shlib-versions | 3 # Working mips versions were never released between 2.0 and 2.2.
|
/glibc-2.36/manual/ |
D | fdl-1.3.texi | 199 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/ |
D | configure.ac | 20 # For shlib-versions.
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
D | configure.ac | 15 # For shlib-versions.
|
/glibc-2.36/posix/rxspencer/ |
D | COPYRIGHT | 16 3. Altered versions must be plainly marked as such, and must not be
|
/glibc-2.36/elf/ |
D | Versions | 28 # by scripts/versions.awk.
|
/glibc-2.36/mach/ |
D | err_us.sub | 9 * software, derivative works or modified versions, and any portions
|
D | err_boot.sub | 9 * software, derivative works or modified versions, and any portions
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.libidn | 18 * shlib-versions: Remove first column with configuration names. 162 * shlib-versions: New file.
|
D | ChangeLog.ports-am33 | 165 * 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/ |
D | libm-test-compat_totalorder.inc | 20 #include <first-versions.h>
|
D | libm-test-compat_totalordermag.inc | 20 #include <first-versions.h>
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | localplt.data | 16 # The dynamic linker has its own versions of basic functions for initial loading
|
123456