mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 15:38:45 +08:00
2002-01-14 Ben Elliston <bje@redhat.com>
* sim-fpu.h: Fix comment about sim_fpu_* constants.
This commit is contained in:
@ -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>
|
2001-12-20 Kazu Hirata <kazu@hxi.com>
|
||||||
|
|
||||||
* run.c (usage): Fix a typo.
|
* run.c (usage): Fix a typo.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* Simulator Floating-point support.
|
/* 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.
|
Contributed by Cygnus Support.
|
||||||
|
|
||||||
This file is part of GDB, the GNU debugger.
|
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_zero;
|
||||||
extern const sim_fpu sim_fpu_one;
|
extern const sim_fpu sim_fpu_one;
|
||||||
|
Reference in New Issue
Block a user