Re: Help for target with BITS_PER_UNIT = 16

2010-08-16 Thread Dave Korn
On 16/08/2010 14:16, Michael Matz wrote: > Hi, > > On Mon, 16 Aug 2010, Mohamed Shafi wrote: > >> Hello all, >> >> I am trying to port GCC 4.5.1 for a processor that has the following >> addressing capability: >> >> The data memory address space of 64K bytes is represented by a total >> of 15 bit

Re: Help for target with BITS_PER_UNIT = 16

2010-08-16 Thread Richard Guenther
On Mon, Aug 16, 2010 at 2:10 PM, Mohamed Shafi wrote: > Hello all, > > I am trying to port GCC 4.5.1 for a processor that has the following > addressing capability: > > The data memory address space of 64K bytes is represented by a total > of 15 bits, with each address selecting a 16-bit element.

Re: Help for target with BITS_PER_UNIT = 16

2010-08-16 Thread Michael Matz
Hi, On Mon, 16 Aug 2010, Mohamed Shafi wrote: > Hello all, > > I am trying to port GCC 4.5.1 for a processor that has the following > addressing capability: > > The data memory address space of 64K bytes is represented by a total > of 15 bits, with each address selecting a 16-bit element. When