aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-fpu.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-22 13:31:57 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-22 13:31:57 +0000
commit4056a1ef290ee8ec943d53888b14c5d29fd15bef (patch)
tree4c6438bed1cddd32c3957456f177afadeb85a184 /sim/common/sim-fpu.h
parent89c0d7ddd746986c948af7f0fb973dbe4ec9775a (diff)
downloadfsf-binutils-gdb-4056a1ef290ee8ec943d53888b14c5d29fd15bef.zip
fsf-binutils-gdb-4056a1ef290ee8ec943d53888b14c5d29fd15bef.tar.gz
fsf-binutils-gdb-4056a1ef290ee8ec943d53888b14c5d29fd15bef.tar.bz2
Oops! Committed to much, reverting :-(
Diffstat (limited to 'sim/common/sim-fpu.h')
-rw-r--r--sim/common/sim-fpu.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/sim/common/sim-fpu.h b/sim/common/sim-fpu.h
index 579fbaa..755e194 100644
--- a/sim/common/sim-fpu.h
+++ b/sim/common/sim-fpu.h
@@ -1,7 +1,5 @@
/* Simulator Floating-point support.
-
- Copyright 1997, 1998, 2002, 2003 Free Software Foundation, Inc.
-
+ Copyright (C) 1997, 1998, 2002 Free Software Foundation, Inc.
Contributed by Cygnus Support.
This file is part of GDB, the GNU debugger.
@@ -44,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
For unpacked structures (passed by value and reference), the code
quality of GCC-2.7 (on x86) for each alternative was compared.
- Needless to say the results, while better than for a packed 64 bit
+ Needless to say the results, while better then for a packed 64 bit
object, were still poor (GCC had only limited support for the
optimization of references to structure members). Regardless, the
struct-by-ref alternative achieved better results when compiled
@@ -318,8 +316,6 @@ INLINE_SIM_FPU (int) sim_fpu_is_denorm (const sim_fpu *s); /* !zero */
INLINE_SIM_FPU (int) sim_fpu_sign (const sim_fpu *s);
INLINE_SIM_FPU (int) sim_fpu_exp (const sim_fpu *s);
-INLINE_SIM_FPU (unsigned64) sim_fpu_fraction (const sim_fpu *s);
-INLINE_SIM_FPU (unsigned64) sim_fpu_guard (const sim_fpu *s, int is_double);