[Committed] S/390: Sync auxv capabilities and archs with kernel
Andreas Krebbel
krebbel@linux.vnet.ibm.com
Thu Nov 8 08:25:00 GMT 2012
On 07/11/12 20:24, Richard Henderson wrote:
> On 11/06/2012 11:59 PM, Andreas Krebbel wrote:
>> +PROCINFO_CLASS const char _dl_s390_cap_flags[10][9]
>> #endif
>> #ifndef PROCINFO_DECL
>> = {
>> - "esan3", "zarch", "stfle", "msa", "ldisp", "eimm", "dfp", "hpage", "etf3enh", "highgprs"
>> + "esan3", "zarch", "stfle", "msa", "ldisp", "eimm", "dfp", "edat", "etf3eh", "highgprs"
>> }
>
> It would seem that a change to sysdeps/unix/sysv/linux/s390/bits/hwcap.h
> is also warranted?
Since it is an exported header I did not dare to change anything in there. Also the kernel still
have the same list in arch/s390/include/asm/elf.h.
But while looking at it I've noticed that they just added another hwcap value for transactional
execution. So I've to sync again :(
Bye,
-Andreas-
More information about the Libc-alpha
mailing list