This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Committed] S/390: Sync auxv capabilities and archs with kernel


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-



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]