This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Does gdb 5.2 support gcc 3.1.1 on Linux/mips?
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: "H . J . Lu" <hjl at lucon dot org>
- Cc: GDB <gdb at sources dot redhat dot com>, <gcc at gcc dot gnu dot org>,<binutils at sources dot redhat dot com>
- Date: Mon, 3 Jun 2002 07:22:12 -0400 (EDT)
- Subject: Re: Does gdb 5.2 support gcc 3.1.1 on Linux/mips?
On Sun, 2 Jun 2002, H . J . Lu wrote:
> On Sun, Jun 02, 2002 at 11:03:31PM -0700, H . J . Lu wrote:
> >
> > DW_CFA_17 is DW_CFA_offset_extended_sf, which was added to gcc on
> > 2002-01-30. I have verifed that gcc 3.1.1 does generate it for mips.
> > It looks like we have at least 2 bugs. First, readelf doesn't handle
> > DW_CFA_offset_extended_sf and maybe other DAWRF debug info generated
> > by gcc 3.1.1. Secondly, gdb 5.2 doesn't work with gcc 3.1.1 for
> > Linux/mips.
>
> dwarf2cfi.c in gdb 5.2 seems to support DW_CFA_offset_extended_sf. But
> that file is not used anywhere, at least not for Linux/x86 nor
> Linux/mips. Did I miss something?
It's only used by x86-64 at present. I mentioned how to get other
platforms to support dwarf2 frame unwinding in a thread last week, forget
the subject line however.
Shouldn't we fix gdb 5.2 and > binutils for gcc
3.1.1? >
>
> H.J.
>