diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-08 17:03:27 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-08 17:03:27 +0000 |
commit | 1b33ef47a1cc476fb4f9d698bf1ad7c576adf409 (patch) | |
tree | 0bedcc162ca565c15e605285defdc7f9fa0653da /gdb/i386-tdep.h | |
parent | 23a3445934a40c226954813718d1345a30f4dba0 (diff) | |
download | gdb-1b33ef47a1cc476fb4f9d698bf1ad7c576adf409.zip gdb-1b33ef47a1cc476fb4f9d698bf1ad7c576adf409.tar.gz gdb-1b33ef47a1cc476fb4f9d698bf1ad7c576adf409.tar.bz2 |
2002-11-08 Andrew Cagney <ac131313@redhat.com>
* i386-tdep.h (i386_linux_orig_eax_regnum_p): Delete stray
declaration that snuck in from change below.
Diffstat (limited to 'gdb/i386-tdep.h')
-rw-r--r-- | gdb/i386-tdep.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h index e30d7e3..09e62c5 100644 --- a/gdb/i386-tdep.h +++ b/gdb/i386-tdep.h @@ -132,10 +132,6 @@ extern int i386_fpc_regnum_p (int regnum); extern int i386_sse_regnum_p (int regnum); extern int i386_mxcsr_regnum_p (int regnum); -/* Return non-zero if REGNUM matches the ORIG_EAX register and the - register hack is active. */ -extern int i386_linux_orig_eax_regnum_p (int regnum); - /* FIXME: kettenis/2001-11-24: Obsolete macro's. */ #define FCS_REGNUM FISEG_REGNUM #define FCOFF_REGNUM FIOFF_REGNUM |