From 18b175e10138dcd495f057a555c95db04fbd03d9 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 08 2020 11:33:04 +0000 Subject: Apply patch glibc-rh1845098-1.patch patch_name: glibc-rh1845098-1.patch present_in_specfile: true location_in_specfile: 350 --- diff --git a/sysdeps/powerpc/bits/hwcap.h b/sysdeps/powerpc/bits/hwcap.h index b35f5ed..f2853a1 100644 --- a/sysdeps/powerpc/bits/hwcap.h +++ b/sysdeps/powerpc/bits/hwcap.h @@ -74,3 +74,5 @@ #define PPC_FEATURE2_SCV 0x00100000 /* scv syscall. */ #define PPC_FEATURE2_HTM_NO_SUSPEND 0x00080000 /* TM without suspended state. */ +#define PPC_FEATURE2_ARCH_3_1 0x00040000 /* ISA 3.1. */ +#define PPC_FEATURE2_MMA 0x00020000 /* Matrix-Multiply Assist. */ diff --git a/sysdeps/powerpc/dl-procinfo.c b/sysdeps/powerpc/dl-procinfo.c index 35cac2e..4555d45 100644 --- a/sysdeps/powerpc/dl-procinfo.c +++ b/sysdeps/powerpc/dl-procinfo.c @@ -77,7 +77,7 @@ PROCINFO_CLASS const char _dl_powerpc_cap_flags[64][15] "", "", "", "", "", "", "", "", "", "", "", "", - "", "", "", "htm-no-suspend", + "", "mma", "arch_3_1", "htm-no-suspend", "scv", "darn", "ieee128", "arch_3_00", "htm-nosc", "vcrypto", "tar", "isel", "ebb", "dscr", "htm", "arch_2_07",