diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2017-06-23 09:10:32 -0300 |
---|---|---|
committer | Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> | 2017-06-23 09:10:32 -0300 |
commit | 7dcdfbcf6749cdc4c63e2613cbb3e2392d2fc2fb (patch) | |
tree | 68a647dc64615d3202ac5927fdfe1c24b899f760 /sysdeps/powerpc/dl-procinfo.c | |
parent | 12f50337ae80672c393c2317d471d097ad92c492 (diff) | |
download | glibc-7dcdfbcf6749cdc4c63e2613cbb3e2392d2fc2fb.tar.gz glibc-7dcdfbcf6749cdc4c63e2613cbb3e2392d2fc2fb.tar.xz glibc-7dcdfbcf6749cdc4c63e2613cbb3e2392d2fc2fb.zip |
powerpc: Update AT_HWCAP[2] bits
Linux commit ID a4700a26107241cc7b9ac8528b2c6714ff99983d reserved 2 more bits for the instructions darn (Deliver a Random Number) and scv (System Call Vectored). Linux commit ID 6997e57d693b07289694239e52a10d2f02c3a46f reserved another bit for internal usage. * sysdeps/powerpc/bits/hwcap.h: Add PPC_FEATURE2_DARN and PPC_FEATURE2_SCV. * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add scv and darn.
Diffstat (limited to 'sysdeps/powerpc/dl-procinfo.c')
-rw-r--r-- | sysdeps/powerpc/dl-procinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/powerpc/dl-procinfo.c b/sysdeps/powerpc/dl-procinfo.c index cd7329b84e..4dac16d39e 100644 --- a/sysdeps/powerpc/dl-procinfo.c +++ b/sysdeps/powerpc/dl-procinfo.c @@ -62,7 +62,7 @@ PROCINFO_CLASS const char _dl_powerpc_cap_flags[64][10] "", "", "", "", "", "", "", "", "", "", "", "", - "", "", "ieee128", "arch_3_00", + "scv", "darn", "ieee128", "arch_3_00", "htm-nosc", "vcrypto", "tar", "isel", "ebb", "dscr", "htm", "arch_2_07", } |