On Thu, Feb 04, 2010 at 09:53:24AM +0100, Carsten Schlote wrote:
> > http://sourceware.org/ml/crossgcc/2009-11/msg00094.html
> > This bug seems to be fixed in gcc-4.4.3 and is not present in gcc-
> > 4.3.4.
>
> Is this a general problem or an ARM GCC issue? For powerpc-603 and i686
> toolchains I can't see any problems. But due to some lack of working ARM
> platform I haven't checked that out.
It is ARM problem as ARM cannot do unaligned acess without causing aligment
trap. It is up to exception code if it decides to fixup, ignore or terminate
offending process. As ignoring might lead to unexpected behaviour and fixups
are time consuming I always choose to kill problematic program (SIGBUS) and
fix the code.
> > Patches for both are pending, so someone please apply.
>
> What patches?
For gcc-4.3.4 and gcc-4.4.3 (based on you patch) which also update
ptxconfigs. It was meant as mere reminder to someone at pengutronix
to wake up and apply :-)
ladis
--
ptxdist mailing list
[email protected]