[Patch,AVR] Add xmega support

Richard Henderson rth@redhat.com
Tue Feb 14 22:26:00 GMT 2012


On 02/14/2012 10:52 AM, Georg-Johann Lay wrote:
> It might be easier for the compiler if crucial SFRs are not modelled by
> MEM but as REG instead, but for that change I don't know enough
> about debugging formats and impact on gdb.
> 
> Maybe Richard can comment on that?

It's almost certainly going to be easier for the compiler to model
the cpu internal registers as registers.  The fact that they're 
actually accessed via memory-map is implementation detail that
should almost certainly *not* be exposed.

Dunno what to do about gdb.  Probably update the cpu model in a
similar fashion.


r~



More information about the Gcc-patches mailing list