mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 09:30:06 +00:00
2a1f15b1a9
Merge x86 ifunc-defines.sym with x86 cpu-features-offsets.sym. Remove x86 ifunc-defines.sym and rtld-global-offsets.sym. No code changes on i686 and x86-64. * sysdeps/i386/i686/multiarch/Makefile (gen-as-const-headers): Remove ifunc-defines.sym. * sysdeps/x86_64/multiarch/Makefile (gen-as-const-headers): Likewise. * sysdeps/i386/i686/multiarch/ifunc-defines.sym: Removed. * sysdeps/x86/rtld-global-offsets.sym: Likewise. * sysdeps/x86_64/multiarch/ifunc-defines.sym: Likewise. * sysdeps/x86/Makefile (gen-as-const-headers): Remove rtld-global-offsets.sym. * sysdeps/x86_64/multiarch/ifunc-defines.sym: Merged with ... * sysdeps/x86/cpu-features-offsets.sym: This. * sysdeps/x86/cpu-features.h: Include <cpu-features-offsets.h> instead of <ifunc-defines.h> and <rtld-global-offsets.h>.
24 lines
831 B
Plaintext
24 lines
831 B
Plaintext
#define SHARED 1
|
|
|
|
#include <ldsodefs.h>
|
|
|
|
#define rtld_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
|
|
|
|
RTLD_GLOBAL_RO_DL_X86_CPU_FEATURES_OFFSET rtld_global_ro_offsetof (_dl_x86_cpu_features)
|
|
|
|
CPU_FEATURES_SIZE sizeof (struct cpu_features)
|
|
CPUID_OFFSET offsetof (struct cpu_features, cpuid)
|
|
CPUID_SIZE sizeof (struct cpuid_registers)
|
|
CPUID_EAX_OFFSET offsetof (struct cpuid_registers, eax)
|
|
CPUID_EBX_OFFSET offsetof (struct cpuid_registers, ebx)
|
|
CPUID_ECX_OFFSET offsetof (struct cpuid_registers, ecx)
|
|
CPUID_EDX_OFFSET offsetof (struct cpuid_registers, edx)
|
|
FAMILY_OFFSET offsetof (struct cpu_features, family)
|
|
MODEL_OFFSET offsetof (struct cpu_features, model)
|
|
FEATURE_OFFSET offsetof (struct cpu_features, feature)
|
|
FEATURE_SIZE sizeof (unsigned int)
|
|
|
|
COMMON_CPUID_INDEX_1
|
|
COMMON_CPUID_INDEX_7
|
|
FEATURE_INDEX_1
|