Subject: Re: gdb on m68k
To: Chris G. Demetriou <cgd@alpha.bostic.com>
From: None <chopps@emunix.emich.edu>
List: port-m68k
Date: 09/14/1994 13:58:36
> For now, i fixed this with an #ifdef.  for the m68k (the only machine
> that has this problem -- every other port that can support unaligned
> accesses actually has all of the registers nicely aligned), it now
> requires 16-bit alignment.  That should solve the problem, for now.

I don't know about other platforms (m68k) but this doesn't fix my gdb
problems.  What it does is cause panics.  I specifically didn't change
the alignment right now becuase if it goes release I would rather have
gdb croak than panic.

Am I to understand that other m68k platforms do not experiance problems
with this `fix'?

Chris.