This is the mail archive of the
gdb-patches@sourceware.cygnus.com
mailing list for the GDB project.
Re: [eliz@is.elta.co.il: GDB: fine print in 387 info]
- To: Andrew Cagney <ac131313@cygnus.com>
- Subject: Re: [eliz@is.elta.co.il: GDB: fine print in 387 info]
- From: Eli Zaretskii <eliz@delorie.com>
- Date: Thu, 8 Jul 1999 03:23:10 -0400 (EDT)
- cc: gdb-patches@sourceware.cygnus.com
Date: Thu, 08 Jul 1999 17:09:37 +1000
From: Andrew Cagney <ac131313@cygnus.com>
> It should be possible to create a generic info_registers_387 function.
> That always asks the target for information.
Given that several platforms that use x87 already define different
x87-related macros and enumerate the FP reghisters differently, your
suggestion would imply that all those macros and different definitions
should be removed and replaced with unified code. Do I read you
correctly?