This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [PATCH] Translate register ids in dwarf2read
- To: Michael Snyder <msnyder at redhat dot com>
- Subject: Re: [PATCH] Translate register ids in dwarf2read
- From: Andrew Cagney <ac131313 at cygnus dot com>
- Date: Thu, 14 Dec 2000 14:15:14 +1100
- Cc: gdb-patches at sources dot redhat dot com
- References: <3A313F87.F6195168@redhat.com>
Michael,
Just FYI. This bit:
> + #ifndef DWARF2_REG_TO_REGNUM
> + #define DWARF2_REG_TO_REGNUM(REG) (REG)
> + #endif
> +
is no longer needed.
Andrew