1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-05 19:35:52 +03:00

x86: Add CPU-specific diagnostics to ld.so --list-diagnostics

This commit is contained in:
Florian Weimer
2021-02-24 13:12:04 +01:00
parent e4933c8a92
commit 01a5746b6c
2 changed files with 120 additions and 0 deletions

View File

@@ -839,6 +839,8 @@ struct cpuid_feature_internal
};
};
/* NB: When adding new fields, update sysdeps/x86/dl-diagnostics-cpu.c
to print them. */
struct cpu_features
{
struct cpu_features_basic basic;