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 | a9421debfba792b38260d38c8583ea39663e79ea (patch) | |
tree | 50b7032ded42b00446c7e10f27b40099298d3afd /gdb/i386-tdep.h | |
parent | 531dcc7fad1c44d134e1f8b8dfbc24aa9b7daf6e (diff) | |
download | gdb-a9421debfba792b38260d38c8583ea39663e79ea.tar.gz |
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 e30d7e3c5ad..09e62c55c0e 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 |