This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: m68k bootstrapping broken
On Thu, Jan 15, 2004 at 02:58:35PM +0100, Andreas Schwab wrote:
> Richard Zidlicky <rz@linux-m68k.org> writes:
>
> > On Thu, Jan 15, 2004 at 12:53:15AM +0100, Bernardo Innocenti wrote:
> >
> >> I'll retest. What specific gdb version were you using again?
> >> I'm mostly using gdb 5.3 targeted at m68k-elf (well, actually
> >> it's m68k-bdm-elf). I gave 6.0 a shot but I had several problems.
> >
> > anything from 4.17 to 6.0 does not give correct backtrace for
> > c programs with fomit-frame-pointer.
>
> No released version of gdb supports dwarf2 frame unwinding on m68k yet.
> If you want to try out you need to apply this patch to gdb 6.0:
>
> --- m68k-tdep.c.~1.69.4.2.~ 2003-07-10 10:50:02.000000000 +0200
> +++ m68k-tdep.c 2003-09-23 10:10:48.000000000 +0200
building right now, requires #include "symfile.h" as well.
Richard
@@ -33,7 +34,7 @@
#include "regcache.h"
#include "arch-utils.h"
#include "osabi.h"
-
+#include "symfile.h"
#include "m68k-tdep.h"