[PATCH 2/4] Add ILP32 support to aarch64
Steve Ellcey
sellcey@cavium.com
Thu Aug 17 15:44:00 GMT 2017
On Thu, 2017-08-17 at 12:10 +0200, Andreas Schwab wrote:
> elf_greg_t in <sys/procfs.h> is unsigned long, I think this should
> become
> unsigned long long.
>
> Andreas.
Yes, I think you are right about this. Â I see x86_64 uses 'unsigned
long long'. Â Does using 'unsigned long long' seem better than
using uint64_t like I did in makecontext.c?  uint64_t seems more
descriptive of what the type really is.
Steve Ellcey
sellcey@cavium.com
More information about the Libc-alpha
mailing list