This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 2/8] Define register_t using bits/typesizes.h macros.
- From: Florian Weimer <fweimer at redhat dot com>
- To: Zack Weinberg <zackw at panix dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 22 May 2019 16:42:20 +0200
- Subject: Re: [PATCH 2/8] Define register_t using bits/typesizes.h macros.
- References: <cover.1552315664.git.zackw@panix.com> <eb34f0ddc319c7e0f8bf841421a50d7182bcfff4.1552315664.git.zackw@panix.com>
* Zack Weinberg:
> * sysdeps/unix/sysv/linux/mips/bits/typesizes.h:
> New file (copied from bits/typesizes.h).
> Define __REGISTER_T_TYPE as __SWORD_TYPE for o32 and n64 ABIs.
> Define __REGISTER_T_TYPE as __SQUAD_TYPE for n32.
Are you sure you used the correct template for this? I would have
expected mips to use sysdeps/unix/sysv/linux/generic/bits/typesizes.h
before.
Thanks,
Florian