------- Additional Comments From schwab at suse dot de 2004-11-03 22:25 ------- On the m68k the biggest alignment has traditionally only been 2 bytes (inherited from the Sun compiler, AFAIK), and it's only overridden on NetBSD (and previously on some configurations that are removed now) or when using -malign-int. So unless you change that (which of course changes the ABI) you'll continue to get unaligned long words somewhere.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17627