GCC and PowerPC embedded target
Eric Smith (eric@brouhaha.com)
23 Oct 1998 1923:51:20 -0000
> We are investigating desiging a PowerPC 603e based embedded VME board
> that would only be able to perform 32-bit word memory accesses
> and no byte accesses. Are there any switches to GCC that would limit GCC to
> align all memory accesses on 32-bit boundaries?
Does the level 1 cache inside the 603e have a write-back mode (as opposed
to write-through)?
If so, you could probably just configure it that way, since the write-backs
would always be 32-bit.
Eric
________________________________________________
To get help for the crossgcc list, send mail to
crossgcc-request@cygnus.com with the text 'help'
(without the quotes) in the body of the message.