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
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
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