Re: [Patch ARM] Fix definition of MALLOC_ABI_ALIGNMENT.

2012-03-13 Thread Richard Earnshaw
On 12/03/12 22:35, Ramana Radhakrishnan wrote: > Hi, > > This sets MALLOC_ABI_ALIGNMENT to 64 bits on ARM which should be safe > on all AAPCS implementations given that this is a requirement on our > alignment specifiers. I would expect this to be true for most modern > malloc implementations on A

[Patch ARM] Fix definition of MALLOC_ABI_ALIGNMENT.

2012-03-12 Thread Ramana Radhakrishnan
Hi, This sets MALLOC_ABI_ALIGNMENT to 64 bits on ARM which should be safe on all AAPCS implementations given that this is a requirement on our alignment specifiers. I would expect this to be true for most modern malloc implementations on AAPCS targets - Ok ? Ramana 2012-03-12 Ramana Radhakris