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.
This commit is contained in:
parent
23a3445934
commit
1b33ef47a1
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
2002-11-06 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* i386-tdep.c (i386_mmx_regnum_p): Rename mmx_regnum_p. Update
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue