diff options
author | Ben Elliston <bje@au.ibm.com> | 2002-01-14 02:47:59 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2002-01-14 02:47:59 +0000 |
commit | 74c40bbc2ec498a808584094b9749d15e9b9451d (patch) | |
tree | 4c7843b3f8e8d8cfb22ed2859521fb6b1fbf30b1 | |
parent | 350924435d29f32902e9bb393fded94dd0349cee (diff) | |
download | gdb-74c40bbc2ec498a808584094b9749d15e9b9451d.tar.gz |
2002-01-14 Ben Elliston <bje@redhat.com>
* sim-fpu.h: Fix comment about sim_fpu_* constants.
-rw-r--r-- | sim/common/ChangeLog | 4 | ||||
-rw-r--r-- | sim/common/sim-fpu.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 7dd6fb05aba..c48197d754d 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,7 @@ +2002-01-14 Ben Elliston <bje@redhat.com> + + * sim-fpu.h: Fix comment about sim_fpu_* constants. + 2001-12-20 Kazu Hirata <kazu@hxi.com> * run.c (usage): Fix a typo. diff --git a/sim/common/sim-fpu.h b/sim/common/sim-fpu.h index 91adad80e21..9b455c7a408 100644 --- a/sim/common/sim-fpu.h +++ b/sim/common/sim-fpu.h @@ -1,5 +1,5 @@ /* Simulator Floating-point support. - Copyright (C) 1997-1998 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. @@ -371,7 +371,7 @@ INLINE_SIM_FPU (int) sim_fpu_cmp (const sim_fpu *l, const sim_fpu *r); -/* A constant of useful numbers */ +/* A number of useful constants. */ extern const sim_fpu sim_fpu_zero; extern const sim_fpu sim_fpu_one; |