Re: Void Pointer Alignment - GCC 3.4.6

2009-01-28 Thread Rohit Arul Raj
On Thu, Jan 29, 2009 at 11:39 AM, Ian Lance Taylor wrote: > Rohit Arul Raj writes: > >> I am working with GCC 3.4.6 for a private target. The Alignment of all >> pointer variables in my target is supposed to be 16bits. But it seems >> that for void pointers, the alignment by default is taken as 8

Re: Void Pointer Alignment - GCC 3.4.6

2009-01-28 Thread Ian Lance Taylor
Rohit Arul Raj writes: > I am working with GCC 3.4.6 for a private target. The Alignment of all > pointer variables in my target is supposed to be 16bits. But it seems > that for void pointers, the alignment by default is taken as 8 bits. I > have defined the following macros to get the desired a

Void Pointer Alignment - GCC 3.4.6

2009-01-28 Thread Rohit Arul Raj
Hi All, I am working with GCC 3.4.6 for a private target. The Alignment of all pointer variables in my target is supposed to be 16bits. But it seems that for void pointers, the alignment by default is taken as 8 bits. I have defined the following macros to get the desired alignment but still it do