Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 23 Nov 2021 20:51:36 +0100
From: Florian Weimer <fweimer@...hat.com>
To: musl@...ts.openwall.com
Subject: __WORDSIZE on x32

This looks a bid suspicious:

arch/x32/bits/reg.h:#undef __WORDSIZE
arch/x32/bits/reg.h:#define __WORDSIZE 32
arch/x32/bits/user.h:#undef __WORDSIZE
arch/x32/bits/user.h:#define __WORDSIZE 64

I don't know if it causes any actual problems.  I discovered it while
checking whether musl defines/uses __WORDSIZE.

Thanks,
Florian

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.