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: [PATCH 26/27] [AARCH64] Change type of __align to long long


Hi, Yury

On 2016/6/21 13:07, Yury Norov wrote:
From: Andrew Pinski <apinski@cavium.com>

So that ILP32 is aligned to 64bits.

Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
---
  sysdeps/aarch64/nptl/bits/semaphore.h | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/aarch64/nptl/bits/semaphore.h b/sysdeps/aarch64/nptl/bits/semaphore.h
index 3cc5b37..3fe6047 100644
--- a/sysdeps/aarch64/nptl/bits/semaphore.h
+++ b/sysdeps/aarch64/nptl/bits/semaphore.h
@@ -31,5 +31,5 @@
  typedef union
  {
    char __size[__SIZEOF_SEM_T];
-  long int __align;
+  long long int __align;
Why we need align to 64bit?

Regard

Bamvor
  } sem_t;



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